@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.es.js
CHANGED
|
@@ -5831,7 +5831,11 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
5831
5831
|
categories: categories,
|
|
5832
5832
|
stacked: true,
|
|
5833
5833
|
colors: ["#6366F1", "#10B981", "#06B6D4"],
|
|
5834
|
-
hideControls: true
|
|
5834
|
+
hideControls: true,
|
|
5835
|
+
stroke: {
|
|
5836
|
+
curve: "smooth",
|
|
5837
|
+
width: 3
|
|
5838
|
+
}
|
|
5835
5839
|
});
|
|
5836
5840
|
}
|
|
5837
5841
|
}
|