Skip to content

Commit

Permalink
Merge pull request #2447 from dippindots/sv_table_header
Browse files Browse the repository at this point in the history
show first column header when show table in the tooltip
  • Loading branch information
alisman authored Jun 12, 2019
2 parents d228361 + 252e38c commit 7646417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/studyView/charts/pieChart/PieChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export default class PieChart extends React.Component<IPieChartProps, {}> implem
width={300}
height={150}
data={this.props.data}
label={this.props.label}
labelDescription={this.props.labelDescription}
patientAttribute={this.props.patientAttribute}
showAddRemoveAllButtons={true}
Expand Down

0 comments on commit 7646417

Please sign in to comment.