@ammarkhalidfarooq/dashboard-package 0.4.15 → 0.4.16
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.cjs.js +5 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5833,7 +5833,11 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5833
5833
|
categories: categories,
|
|
5834
5834
|
stacked: true,
|
|
5835
5835
|
colors: ["#6366F1", "#10B981", "#06B6D4"],
|
|
5836
|
-
hideControls: true
|
|
5836
|
+
hideControls: true,
|
|
5837
|
+
stroke: {
|
|
5838
|
+
curve: "smooth",
|
|
5839
|
+
width: 3
|
|
5840
|
+
}
|
|
5837
5841
|
});
|
|
5838
5842
|
}
|
|
5839
5843
|
}
|