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/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
<h1 align="center">
|
|
2
|
+
<img src="./assets/aliencharts_logo_small.png" alt="AlienCharts logo" width="88" height="88"><br>
|
|
3
|
+
<img src="./assets/aliencharts_title.svg" alt="AlienCharts" height="42">
|
|
4
|
+
</h1>
|
|
2
5
|
|
|
3
6
|
GPU-rendered chart grid for multi-metric dashboards — such as monitoring AI training runs, where you need many live-updating charts with millions of points each.
|
|
4
7
|
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="194" height="46" viewBox="0 0 194 46" role="img" aria-label="AlienCharts">
|
|
2
|
+
<text x="2" y="34" fill="#92FF72" stroke="#18303D" stroke-width="2" stroke-linejoin="round" paint-order="stroke fill" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif" font-size="34" font-weight="600">AlienCharts</text>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -2621,7 +2621,7 @@ var drawChartLayouts = ({
|
|
|
2621
2621
|
}
|
|
2622
2622
|
return nextAxisOverlays;
|
|
2623
2623
|
};
|
|
2624
|
-
function
|
|
2624
|
+
function ChartFullscreenOverlay({
|
|
2625
2625
|
chart,
|
|
2626
2626
|
dataRevision,
|
|
2627
2627
|
renderRevision,
|
|
@@ -4907,7 +4907,7 @@ function ChartGrid({
|
|
|
4907
4907
|
})() : null,
|
|
4908
4908
|
/* @__PURE__ */ import_react9.default.createElement(RectangleZoomOverlay, { rect: fullscreenChart ? null : rectangleZoomRect }),
|
|
4909
4909
|
fullscreenChart ? /* @__PURE__ */ import_react9.default.createElement(
|
|
4910
|
-
|
|
4910
|
+
ChartFullscreenOverlay,
|
|
4911
4911
|
{
|
|
4912
4912
|
chart: fullscreenChart,
|
|
4913
4913
|
dataRevision,
|