From 252e38cf71c2d8790704db338ca230fb5d37b88f Mon Sep 17 00:00:00 2001 From: gaofei zhao Date: Wed, 12 Jun 2019 16:02:52 -0400 Subject: [PATCH] show first column header when show table in the tooltip --- src/pages/studyView/charts/pieChart/PieChart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/studyView/charts/pieChart/PieChart.tsx b/src/pages/studyView/charts/pieChart/PieChart.tsx index 653d9660c3b..58699260d66 100644 --- a/src/pages/studyView/charts/pieChart/PieChart.tsx +++ b/src/pages/studyView/charts/pieChart/PieChart.tsx @@ -249,6 +249,7 @@ export default class PieChart extends React.Component implem width={300} height={150} data={this.props.data} + label={this.props.label} labelDescription={this.props.labelDescription} patientAttribute={this.props.patientAttribute} showAddRemoveAllButtons={true}