ps-toolkit-ui 1.14.87 → 1.14.89
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/bundles/ps-toolkit-ui.umd.js +1 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/chart.class.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -9158,7 +9158,6 @@
|
|
|
9158
9158
|
this.name = name;
|
|
9159
9159
|
}
|
|
9160
9160
|
ChartClass.prototype.setChart = function (cOpt, categories) {
|
|
9161
|
-
var _this = this;
|
|
9162
9161
|
if (categories === void 0) { categories = []; }
|
|
9163
9162
|
var date = this.l('Date');
|
|
9164
9163
|
var l = this.l;
|
|
@@ -9228,7 +9227,7 @@
|
|
|
9228
9227
|
direction: 'rtl'
|
|
9229
9228
|
},
|
|
9230
9229
|
labelFormatter: function () {
|
|
9231
|
-
return l(
|
|
9230
|
+
return this.name + l(this.name);
|
|
9232
9231
|
},
|
|
9233
9232
|
},
|
|
9234
9233
|
tooltip: {
|