@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/index.js
CHANGED
|
@@ -11469,7 +11469,7 @@ var ChartCanvas = forwardRef(
|
|
|
11469
11469
|
style: {
|
|
11470
11470
|
position: "absolute",
|
|
11471
11471
|
bottom: 38,
|
|
11472
|
-
left:
|
|
11472
|
+
left: 6,
|
|
11473
11473
|
zIndex: 5,
|
|
11474
11474
|
lineHeight: 0
|
|
11475
11475
|
},
|