ps-toolkit-ui 1.8.31 → 1.8.32
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 -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 +5 -5
- package/fesm2015/ps-toolkit-ui.js +4 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -8155,7 +8155,7 @@
|
|
|
8155
8155
|
labels: {
|
|
8156
8156
|
useHTML: true,
|
|
8157
8157
|
style: {
|
|
8158
|
-
|
|
8158
|
+
fontWeight: '700',
|
|
8159
8159
|
direction: 'rtl',
|
|
8160
8160
|
textAlign: 'center'
|
|
8161
8161
|
},
|
|
@@ -8177,7 +8177,7 @@
|
|
|
8177
8177
|
labels: {
|
|
8178
8178
|
useHTML: true,
|
|
8179
8179
|
style: {
|
|
8180
|
-
|
|
8180
|
+
fontWeight: '700',
|
|
8181
8181
|
direction: 'rtl',
|
|
8182
8182
|
textAlign: 'center'
|
|
8183
8183
|
},
|
|
@@ -8193,7 +8193,7 @@
|
|
|
8193
8193
|
itemMarginRight: 50,
|
|
8194
8194
|
itemMarginLeft: 50,
|
|
8195
8195
|
itemStyle: {
|
|
8196
|
-
|
|
8196
|
+
fontWeight: '700',
|
|
8197
8197
|
direction: 'rtl'
|
|
8198
8198
|
}
|
|
8199
8199
|
},
|
|
@@ -8202,7 +8202,7 @@
|
|
|
8202
8202
|
crosshairs: true,
|
|
8203
8203
|
useHTML: true,
|
|
8204
8204
|
style: {
|
|
8205
|
-
|
|
8205
|
+
fontWeight: '700',
|
|
8206
8206
|
direction: 'rtl',
|
|
8207
8207
|
textAlign: 'center'
|
|
8208
8208
|
},
|