@forgecharts/sdk 1.1.34 → 1.1.36
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/forgecharts.css +4143 -0
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/dist/react/internal.js +1 -1
- package/dist/react/internal.js.map +1 -1
- package/package.json +3 -2
package/dist/react/internal.js
CHANGED
|
@@ -12818,7 +12818,7 @@ var ChartCanvas = forwardRef(
|
|
|
12818
12818
|
style: {
|
|
12819
12819
|
position: "absolute",
|
|
12820
12820
|
bottom: 38,
|
|
12821
|
-
left:
|
|
12821
|
+
left: 6,
|
|
12822
12822
|
zIndex: 5,
|
|
12823
12823
|
lineHeight: 0
|
|
12824
12824
|
},
|