ps-toolkit-ui 1.8.33 → 1.8.34
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 +4 -0
- 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 +5 -1
- package/fesm2015/ps-toolkit-ui.js +4 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -8156,6 +8156,7 @@
|
|
|
8156
8156
|
labels: {
|
|
8157
8157
|
useHTML: true,
|
|
8158
8158
|
style: {
|
|
8159
|
+
fontFamily: 'Vazir',
|
|
8159
8160
|
fontWeight: '700',
|
|
8160
8161
|
direction: 'rtl',
|
|
8161
8162
|
textAlign: 'center'
|
|
@@ -8178,6 +8179,7 @@
|
|
|
8178
8179
|
labels: {
|
|
8179
8180
|
useHTML: true,
|
|
8180
8181
|
style: {
|
|
8182
|
+
fontFamily: 'Vazir',
|
|
8181
8183
|
fontWeight: '700',
|
|
8182
8184
|
direction: 'rtl',
|
|
8183
8185
|
textAlign: 'center'
|
|
@@ -8194,6 +8196,7 @@
|
|
|
8194
8196
|
itemMarginRight: 50,
|
|
8195
8197
|
itemMarginLeft: 50,
|
|
8196
8198
|
itemStyle: {
|
|
8199
|
+
fontFamily: 'Vazir',
|
|
8197
8200
|
fontWeight: '700',
|
|
8198
8201
|
direction: 'rtl'
|
|
8199
8202
|
}
|
|
@@ -8203,6 +8206,7 @@
|
|
|
8203
8206
|
crosshairs: true,
|
|
8204
8207
|
useHTML: true,
|
|
8205
8208
|
style: {
|
|
8209
|
+
fontFamily: 'Vazir',
|
|
8206
8210
|
fontWeight: '700',
|
|
8207
8211
|
direction: 'rtl',
|
|
8208
8212
|
textAlign: 'center'
|