ui-kit-ck-consultant 0.5.169 → 0.5.170
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -2313,7 +2313,7 @@ var PieChart = /*#__PURE__*/function (_React$Component) {
|
|
2313
2313
|
},
|
2314
2314
|
tooltips: {
|
2315
2315
|
callbacks: {
|
2316
|
-
label: function
|
2316
|
+
label: this.props.label ? this.props.label : function (tooltipItem, data) {
|
2317
2317
|
var name = _this.props.name ? _this.props.name : data.labels[tooltipItem.index] || '';
|
2318
2318
|
var digits = _this.props.digits >= 0 ? _this.props.digits : 2;
|
2319
2319
|
|