@kashifd/jwero-components 0.5.88 → 0.5.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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -58588,7 +58588,7 @@ const MV = ({ name: e, labels: t, data: n }) => {
|
|
|
58588
58588
|
colors: [a || "#2E93FA"],
|
|
58589
58589
|
dataLabels: {
|
|
58590
58590
|
enabled: !0,
|
|
58591
|
-
formatter: (d) => `${d}
|
|
58591
|
+
formatter: (d) => `${d}`,
|
|
58592
58592
|
style: {
|
|
58593
58593
|
colors: [ct.colors.text_secondary]
|
|
58594
58594
|
},
|