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.
@@ -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(_this.name);
9230
+ return this.name + l(this.name);
9232
9231
  },
9233
9232
  },
9234
9233
  tooltip: {