aliencharts 0.1.0 → 0.1.1
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/README.md +9 -0
- package/dist/aliencharts.css +2 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +10 -5
package/dist/index.js
CHANGED
|
@@ -4722,7 +4722,7 @@ function ChartGrid({
|
|
|
4722
4722
|
"div",
|
|
4723
4723
|
{
|
|
4724
4724
|
ref: containerRef,
|
|
4725
|
-
className: `relative h-full overflow-y-auto ${className}`,
|
|
4725
|
+
className: `aliencharts-root relative h-full overflow-y-auto ${className}`,
|
|
4726
4726
|
style: {
|
|
4727
4727
|
cursor: rectangleZoomChartId || activeDrawingTool ? "crosshair" : void 0
|
|
4728
4728
|
},
|