ui-kit-ck-consultant 0.5.170 → 0.5.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2255,6 +2255,7 @@ var PieChart = /*#__PURE__*/function (_React$Component) {
2255
2255
 
2256
2256
  for (var i = 0; i < nbValue; i++) {
2257
2257
  dataValue.datasets[0].datalabels = this.props.datalabels2 ? this.props.datalabels2[i] : null;
2258
+ dataValue.datasets[0].percentage.push(this.props.data[i].percentage);
2258
2259
  dataValue.datasets[0].data.push(this.props.data[i].data);
2259
2260
  dataValue.datasets[0].backgroundColor.push(this.props.data[i].color);
2260
2261
  dataValue.datasets[0].hoverBackgroundColor.push(this.props.data[i].color + '80');