@mx-cartographer/experiences 7.2.13-alpha-ram1-finstrongtesting-wec-965 → 7.2.13-alpha-ram2-finstrongtesting-wec-965
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.
|
@@ -1798,7 +1798,7 @@ const P = {
|
|
|
1798
1798
|
colors: [`${p.palette.chartMono.chartMono3}`, `${p.palette.chartMono.chartMono5}`],
|
|
1799
1799
|
dataset: m,
|
|
1800
1800
|
height: 240,
|
|
1801
|
-
margin: { top: 20, bottom: 30, right: 10, left:
|
|
1801
|
+
margin: { top: 20, bottom: 30, right: 10, left: 42 },
|
|
1802
1802
|
series: [
|
|
1803
1803
|
{ dataKey: "main", type: "bar" },
|
|
1804
1804
|
{ dataKey: "comparison", type: "bar" }
|
package/package.json
CHANGED