@ammarkhalidfarooq/dashboard-package 0.6.8 → 0.6.9
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 +6 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3994,6 +3994,9 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
3994
3994
|
formatter: function formatter(val) {
|
|
3995
3995
|
return "".concat(parseFloat(val.toFixed(1)), "%");
|
|
3996
3996
|
},
|
|
3997
|
+
align: "right",
|
|
3998
|
+
minWidth: 40,
|
|
3999
|
+
maxWidth: 40,
|
|
3997
4000
|
style: {
|
|
3998
4001
|
colors: "rgba(0, 0, 0, 0.4)",
|
|
3999
4002
|
fontSize: "11px"
|
|
@@ -4008,9 +4011,10 @@ var RefundsChargebacksCard = function RefundsChargebacksCard(_ref) {
|
|
|
4008
4011
|
show: true
|
|
4009
4012
|
}
|
|
4010
4013
|
},
|
|
4014
|
+
// Reserve room for y-axis labels so the plotted lines don't bleed into them.
|
|
4011
4015
|
padding: {
|
|
4012
|
-
left:
|
|
4013
|
-
right:
|
|
4016
|
+
left: 14,
|
|
4017
|
+
right: 4
|
|
4014
4018
|
}
|
|
4015
4019
|
},
|
|
4016
4020
|
colors: ["#F59E0B", "#EF4444"],
|