ps-toolkit-ui 1.14.89 → 1.14.91
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 +2 -4
- 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 -5
- package/fesm2015/ps-toolkit-ui.js +2 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -9166,6 +9166,7 @@
|
|
|
9166
9166
|
this.empty = true;
|
|
9167
9167
|
return;
|
|
9168
9168
|
}
|
|
9169
|
+
this.empty = false;
|
|
9169
9170
|
var min = Math.min.apply(Math, __spread(data));
|
|
9170
9171
|
var th = this;
|
|
9171
9172
|
var opt = {
|
|
@@ -9225,10 +9226,7 @@
|
|
|
9225
9226
|
fontFamily: 'Vazir',
|
|
9226
9227
|
fontWeight: '700',
|
|
9227
9228
|
direction: 'rtl'
|
|
9228
|
-
}
|
|
9229
|
-
labelFormatter: function () {
|
|
9230
|
-
return this.name + l(this.name);
|
|
9231
|
-
},
|
|
9229
|
+
}
|
|
9232
9230
|
},
|
|
9233
9231
|
tooltip: {
|
|
9234
9232
|
shared: true,
|