aliencharts 0.1.2 → 0.1.3
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 +4 -1
- package/assets/aliencharts_logo_small.png +0 -0
- package/assets/aliencharts_title.svg +3 -0
- package/assets/chartdrawings.png +0 -0
- package/assets/chartgrid.png +0 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/index.d.ts +161 -0
- package/package.json +6 -2
package/dist/index.js
CHANGED
|
@@ -2593,7 +2593,7 @@ var drawChartLayouts = ({
|
|
|
2593
2593
|
}
|
|
2594
2594
|
return nextAxisOverlays;
|
|
2595
2595
|
};
|
|
2596
|
-
function
|
|
2596
|
+
function ChartFullscreenOverlay({
|
|
2597
2597
|
chart,
|
|
2598
2598
|
dataRevision,
|
|
2599
2599
|
renderRevision,
|
|
@@ -4879,7 +4879,7 @@ function ChartGrid({
|
|
|
4879
4879
|
})() : null,
|
|
4880
4880
|
/* @__PURE__ */ React5.createElement(RectangleZoomOverlay, { rect: fullscreenChart ? null : rectangleZoomRect }),
|
|
4881
4881
|
fullscreenChart ? /* @__PURE__ */ React5.createElement(
|
|
4882
|
-
|
|
4882
|
+
ChartFullscreenOverlay,
|
|
4883
4883
|
{
|
|
4884
4884
|
chart: fullscreenChart,
|
|
4885
4885
|
dataRevision,
|