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.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2258,6 +2258,7 @@ var PieChart = /*#__PURE__*/function (_React$Component) {
|
|
2258
2258
|
|
2259
2259
|
for (var i = 0; i < nbValue; i++) {
|
2260
2260
|
dataValue.datasets[0].datalabels = this.props.datalabels2 ? this.props.datalabels2[i] : null;
|
2261
|
+
dataValue.datasets[0].percentage.push(this.props.data[i].percentage);
|
2261
2262
|
dataValue.datasets[0].data.push(this.props.data[i].data);
|
2262
2263
|
dataValue.datasets[0].backgroundColor.push(this.props.data[i].color);
|
2263
2264
|
dataValue.datasets[0].hoverBackgroundColor.push(this.props.data[i].color + '80');
|