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}