@chartts/gl 0.1.3 → 0.1.5

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.
Files changed (66) hide show
  1. package/README.md +55 -0
  2. package/dist/bar3d.cjs +4 -4
  3. package/dist/bar3d.d.cts +2 -2
  4. package/dist/bar3d.d.ts +2 -2
  5. package/dist/bar3d.js +1 -1
  6. package/dist/{chunk-M24XMYGG.js → chunk-AGG2KSBO.js} +418 -83
  7. package/dist/chunk-AGG2KSBO.js.map +1 -0
  8. package/dist/{chunk-Q4JAQOV3.cjs → chunk-OTQKQDB6.cjs} +419 -82
  9. package/dist/chunk-OTQKQDB6.cjs.map +1 -0
  10. package/dist/{factory-Cp9Kr7aa.d.cts → factory-jQSzXhK4.d.cts} +4 -1
  11. package/dist/{factory-Cp9Kr7aa.d.ts → factory-jQSzXhK4.d.ts} +4 -1
  12. package/dist/flow-gl.cjs +4 -4
  13. package/dist/flow-gl.d.cts +2 -2
  14. package/dist/flow-gl.d.ts +2 -2
  15. package/dist/flow-gl.js +1 -1
  16. package/dist/globe3d.cjs +4 -4
  17. package/dist/globe3d.d.cts +4 -3
  18. package/dist/globe3d.d.ts +4 -3
  19. package/dist/globe3d.js +1 -1
  20. package/dist/graph-gl.cjs +4 -4
  21. package/dist/graph-gl.d.cts +2 -2
  22. package/dist/graph-gl.d.ts +2 -2
  23. package/dist/graph-gl.js +1 -1
  24. package/dist/index.cjs +60 -52
  25. package/dist/index.d.cts +3 -2
  26. package/dist/index.d.ts +3 -2
  27. package/dist/index.js +1 -1
  28. package/dist/line3d.cjs +4 -4
  29. package/dist/line3d.d.cts +2 -2
  30. package/dist/line3d.d.ts +2 -2
  31. package/dist/line3d.js +1 -1
  32. package/dist/lines-gl.cjs +4 -4
  33. package/dist/lines-gl.d.cts +2 -2
  34. package/dist/lines-gl.d.ts +2 -2
  35. package/dist/lines-gl.js +1 -1
  36. package/dist/lines3d.cjs +4 -4
  37. package/dist/lines3d.d.cts +2 -2
  38. package/dist/lines3d.d.ts +2 -2
  39. package/dist/lines3d.js +1 -1
  40. package/dist/map3d.cjs +4 -4
  41. package/dist/map3d.d.cts +2 -2
  42. package/dist/map3d.d.ts +2 -2
  43. package/dist/map3d.js +1 -1
  44. package/dist/scatter-gl.cjs +4 -4
  45. package/dist/scatter-gl.d.cts +2 -2
  46. package/dist/scatter-gl.d.ts +2 -2
  47. package/dist/scatter-gl.js +1 -1
  48. package/dist/scatter3d.cjs +4 -4
  49. package/dist/scatter3d.d.cts +2 -2
  50. package/dist/scatter3d.d.ts +2 -2
  51. package/dist/scatter3d.js +1 -1
  52. package/dist/surface3d.cjs +4 -4
  53. package/dist/surface3d.d.cts +2 -2
  54. package/dist/surface3d.d.ts +2 -2
  55. package/dist/surface3d.js +1 -1
  56. package/dist/torus3d-NpDo5Nb5.d.ts +15 -0
  57. package/dist/torus3d-fgZpxxQZ.d.cts +15 -0
  58. package/dist/torus3d.cjs +20 -0
  59. package/dist/torus3d.cjs.map +1 -0
  60. package/dist/torus3d.d.cts +2 -0
  61. package/dist/torus3d.d.ts +2 -0
  62. package/dist/torus3d.js +3 -0
  63. package/dist/torus3d.js.map +1 -0
  64. package/package.json +10 -4
  65. package/dist/chunk-M24XMYGG.js.map +0 -1
  66. package/dist/chunk-Q4JAQOV3.cjs.map +0 -1
@@ -287,5 +287,8 @@ declare function FlowGL(container: HTMLElement | string, opts: GLChartOptions &
287
287
  declare function GraphGL(container: HTMLElement | string, opts: GLChartOptions & {
288
288
  data: GLChartData;
289
289
  }): GLChartInstance;
290
+ declare function Torus3D(container: HTMLElement | string, opts: GLChartOptions & {
291
+ data: GLChartData;
292
+ }): GLChartInstance;
290
293
 
291
- export { vec3 as $, createPickingSystem as A, Bar3D as B, type CameraState as C, DEFAULT_GL_THEME as D, createShaderProgram as E, FlowGL as F, type GLRenderer as G, defaultLightConfig as H, hexToRGB as I, mat4 as J, mat4Identity as K, LIGHT_GL_THEME as L, Map3D as M, mat4Invert as N, type OrbitConfig as O, type PickingSystem as P, mat4LookAt as Q, mat4Multiply as R, Scatter3D as S, mat4Perspective as T, projectToScreen as U, type Vec3 as V, resolveTheme as W, setLightUniforms as X, toRad as Y, updateCamera as Z, updateOrbitControls as _, type CameraOptions as a, type GLChartData as b, type GLChartInstance as c, type GLChartOptions as d, type GLChartTypePlugin as e, type GLDataPoint as f, type GLRenderContext as g, type GLSeries2D as h, type GLSeries3D as i, type GLTheme as j, Globe3D as k, GraphGL as l, type LightConfig as m, Line3D as n, Lines3D as o, LinesGL as p, type Mat4 as q, type OrbitState as r, ScatterGL as s, type ShaderProgram as t, Surface3D as u, compileShader as v, createCamera as w, createGLChart as x, createGLRenderer as y, createOrbitControls as z };
294
+ export { updateOrbitControls as $, createPickingSystem as A, Bar3D as B, type CameraState as C, DEFAULT_GL_THEME as D, createShaderProgram as E, FlowGL as F, type GLRenderer as G, defaultLightConfig as H, hexToRGB as I, mat4 as J, mat4Identity as K, LIGHT_GL_THEME as L, Map3D as M, mat4Invert as N, type OrbitConfig as O, type PickingSystem as P, mat4LookAt as Q, mat4Multiply as R, Scatter3D as S, Torus3D as T, mat4Perspective as U, type Vec3 as V, projectToScreen as W, resolveTheme as X, setLightUniforms as Y, toRad as Z, updateCamera as _, type CameraOptions as a, vec3 as a0, type GLChartData as b, type GLChartInstance as c, type GLChartOptions as d, type GLChartTypePlugin as e, type GLDataPoint as f, type GLRenderContext as g, type GLSeries2D as h, type GLSeries3D as i, type GLTheme as j, Globe3D as k, GraphGL as l, type LightConfig as m, Line3D as n, Lines3D as o, LinesGL as p, type Mat4 as q, type OrbitState as r, ScatterGL as s, type ShaderProgram as t, Surface3D as u, compileShader as v, createCamera as w, createGLChart as x, createGLRenderer as y, createOrbitControls as z };
@@ -287,5 +287,8 @@ declare function FlowGL(container: HTMLElement | string, opts: GLChartOptions &
287
287
  declare function GraphGL(container: HTMLElement | string, opts: GLChartOptions & {
288
288
  data: GLChartData;
289
289
  }): GLChartInstance;
290
+ declare function Torus3D(container: HTMLElement | string, opts: GLChartOptions & {
291
+ data: GLChartData;
292
+ }): GLChartInstance;
290
293
 
291
- export { vec3 as $, createPickingSystem as A, Bar3D as B, type CameraState as C, DEFAULT_GL_THEME as D, createShaderProgram as E, FlowGL as F, type GLRenderer as G, defaultLightConfig as H, hexToRGB as I, mat4 as J, mat4Identity as K, LIGHT_GL_THEME as L, Map3D as M, mat4Invert as N, type OrbitConfig as O, type PickingSystem as P, mat4LookAt as Q, mat4Multiply as R, Scatter3D as S, mat4Perspective as T, projectToScreen as U, type Vec3 as V, resolveTheme as W, setLightUniforms as X, toRad as Y, updateCamera as Z, updateOrbitControls as _, type CameraOptions as a, type GLChartData as b, type GLChartInstance as c, type GLChartOptions as d, type GLChartTypePlugin as e, type GLDataPoint as f, type GLRenderContext as g, type GLSeries2D as h, type GLSeries3D as i, type GLTheme as j, Globe3D as k, GraphGL as l, type LightConfig as m, Line3D as n, Lines3D as o, LinesGL as p, type Mat4 as q, type OrbitState as r, ScatterGL as s, type ShaderProgram as t, Surface3D as u, compileShader as v, createCamera as w, createGLChart as x, createGLRenderer as y, createOrbitControls as z };
294
+ export { updateOrbitControls as $, createPickingSystem as A, Bar3D as B, type CameraState as C, DEFAULT_GL_THEME as D, createShaderProgram as E, FlowGL as F, type GLRenderer as G, defaultLightConfig as H, hexToRGB as I, mat4 as J, mat4Identity as K, LIGHT_GL_THEME as L, Map3D as M, mat4Invert as N, type OrbitConfig as O, type PickingSystem as P, mat4LookAt as Q, mat4Multiply as R, Scatter3D as S, Torus3D as T, mat4Perspective as U, type Vec3 as V, projectToScreen as W, resolveTheme as X, setLightUniforms as Y, toRad as Z, updateCamera as _, type CameraOptions as a, vec3 as a0, type GLChartData as b, type GLChartInstance as c, type GLChartOptions as d, type GLChartTypePlugin as e, type GLDataPoint as f, type GLRenderContext as g, type GLSeries2D as h, type GLSeries3D as i, type GLTheme as j, Globe3D as k, GraphGL as l, type LightConfig as m, Line3D as n, Lines3D as o, LinesGL as p, type Mat4 as q, type OrbitState as r, ScatterGL as s, type ShaderProgram as t, Surface3D as u, compileShader as v, createCamera as w, createGLChart as x, createGLRenderer as y, createOrbitControls as z };
package/dist/flow-gl.cjs CHANGED
@@ -1,20 +1,20 @@
1
1
  'use strict';
2
2
 
3
- var chunkQ4JAQOV3_cjs = require('./chunk-Q4JAQOV3.cjs');
3
+ var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "FlowGL", {
8
8
  enumerable: true,
9
- get: function () { return chunkQ4JAQOV3_cjs.FlowGL; }
9
+ get: function () { return chunkOTQKQDB6_cjs.FlowGL; }
10
10
  });
11
11
  Object.defineProperty(exports, "createFlowGLPlugin", {
12
12
  enumerable: true,
13
- get: function () { return chunkQ4JAQOV3_cjs.createFlowGLPlugin; }
13
+ get: function () { return chunkOTQKQDB6_cjs.createFlowGLPlugin; }
14
14
  });
15
15
  Object.defineProperty(exports, "createGLChart", {
16
16
  enumerable: true,
17
- get: function () { return chunkQ4JAQOV3_cjs.createGLChart; }
17
+ get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
18
18
  });
19
19
  //# sourceMappingURL=flow-gl.cjs.map
20
20
  //# sourceMappingURL=flow-gl.cjs.map
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.cjs';
2
- export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-Cp9Kr7aa.cjs';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
2
+ export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-jQSzXhK4.cjs';
3
3
 
4
4
  /**
5
5
  * FlowGL — GPU-accelerated particle flow field visualization.
package/dist/flow-gl.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.js';
2
- export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-Cp9Kr7aa.js';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
2
+ export { F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, x as createGLChart } from './factory-jQSzXhK4.js';
3
3
 
4
4
  /**
5
5
  * FlowGL — GPU-accelerated particle flow field visualization.
package/dist/flow-gl.js CHANGED
@@ -1,3 +1,3 @@
1
- export { FlowGL, createFlowGLPlugin, createGLChart } from './chunk-M24XMYGG.js';
1
+ export { FlowGL, createFlowGLPlugin, createGLChart } from './chunk-AGG2KSBO.js';
2
2
  //# sourceMappingURL=flow-gl.js.map
3
3
  //# sourceMappingURL=flow-gl.js.map
package/dist/globe3d.cjs CHANGED
@@ -1,20 +1,20 @@
1
1
  'use strict';
2
2
 
3
- var chunkQ4JAQOV3_cjs = require('./chunk-Q4JAQOV3.cjs');
3
+ var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Globe3D", {
8
8
  enumerable: true,
9
- get: function () { return chunkQ4JAQOV3_cjs.Globe3D; }
9
+ get: function () { return chunkOTQKQDB6_cjs.Globe3D; }
10
10
  });
11
11
  Object.defineProperty(exports, "createGLChart", {
12
12
  enumerable: true,
13
- get: function () { return chunkQ4JAQOV3_cjs.createGLChart; }
13
+ get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
14
14
  });
15
15
  Object.defineProperty(exports, "createGlobe3DPlugin", {
16
16
  enumerable: true,
17
- get: function () { return chunkQ4JAQOV3_cjs.createGlobe3DPlugin; }
17
+ get: function () { return chunkOTQKQDB6_cjs.createGlobe3DPlugin; }
18
18
  });
19
19
  //# sourceMappingURL=globe3d.cjs.map
20
20
  //# sourceMappingURL=globe3d.cjs.map
@@ -1,8 +1,9 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.cjs';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-Cp9Kr7aa.cjs';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-jQSzXhK4.cjs';
3
3
 
4
4
  /**
5
- * Globe3D — UV sphere with lat/lng data mapping.
5
+ * Globe3D — single high-res sphere with data projected as glowing surface
6
+ * patches, subtle baked graticule, labels, and legend.
6
7
  */
7
8
 
8
9
  declare function createGlobe3DPlugin(): GLChartTypePlugin;
package/dist/globe3d.d.ts CHANGED
@@ -1,8 +1,9 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.js';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-Cp9Kr7aa.js';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, k as Globe3D, x as createGLChart } from './factory-jQSzXhK4.js';
3
3
 
4
4
  /**
5
- * Globe3D — UV sphere with lat/lng data mapping.
5
+ * Globe3D — single high-res sphere with data projected as glowing surface
6
+ * patches, subtle baked graticule, labels, and legend.
6
7
  */
7
8
 
8
9
  declare function createGlobe3DPlugin(): GLChartTypePlugin;
package/dist/globe3d.js CHANGED
@@ -1,3 +1,3 @@
1
- export { Globe3D, createGLChart, createGlobe3DPlugin } from './chunk-M24XMYGG.js';
1
+ export { Globe3D, createGLChart, createGlobe3DPlugin } from './chunk-AGG2KSBO.js';
2
2
  //# sourceMappingURL=globe3d.js.map
3
3
  //# sourceMappingURL=globe3d.js.map
package/dist/graph-gl.cjs CHANGED
@@ -1,20 +1,20 @@
1
1
  'use strict';
2
2
 
3
- var chunkQ4JAQOV3_cjs = require('./chunk-Q4JAQOV3.cjs');
3
+ var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "GraphGL", {
8
8
  enumerable: true,
9
- get: function () { return chunkQ4JAQOV3_cjs.GraphGL; }
9
+ get: function () { return chunkOTQKQDB6_cjs.GraphGL; }
10
10
  });
11
11
  Object.defineProperty(exports, "createGLChart", {
12
12
  enumerable: true,
13
- get: function () { return chunkQ4JAQOV3_cjs.createGLChart; }
13
+ get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
14
14
  });
15
15
  Object.defineProperty(exports, "createGraphGLPlugin", {
16
16
  enumerable: true,
17
- get: function () { return chunkQ4JAQOV3_cjs.createGraphGLPlugin; }
17
+ get: function () { return chunkOTQKQDB6_cjs.createGraphGLPlugin; }
18
18
  });
19
19
  //# sourceMappingURL=graph-gl.cjs.map
20
20
  //# sourceMappingURL=graph-gl.cjs.map
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.cjs';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-Cp9Kr7aa.cjs';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-jQSzXhK4.cjs';
3
3
 
4
4
  /**
5
5
  * GraphGL — force-directed graph layout with Barnes-Hut optimization, GL rendering.
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.js';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-Cp9Kr7aa.js';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, l as GraphGL, x as createGLChart } from './factory-jQSzXhK4.js';
3
3
 
4
4
  /**
5
5
  * GraphGL — force-directed graph layout with Barnes-Hut optimization, GL rendering.
package/dist/graph-gl.js CHANGED
@@ -1,3 +1,3 @@
1
- export { GraphGL, createGLChart, createGraphGLPlugin } from './chunk-M24XMYGG.js';
1
+ export { GraphGL, createGLChart, createGraphGLPlugin } from './chunk-AGG2KSBO.js';
2
2
  //# sourceMappingURL=graph-gl.js.map
3
3
  //# sourceMappingURL=graph-gl.js.map
package/dist/index.cjs CHANGED
@@ -1,212 +1,220 @@
1
1
  'use strict';
2
2
 
3
- var chunkQ4JAQOV3_cjs = require('./chunk-Q4JAQOV3.cjs');
3
+ var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Bar3D", {
8
8
  enumerable: true,
9
- get: function () { return chunkQ4JAQOV3_cjs.Bar3D; }
9
+ get: function () { return chunkOTQKQDB6_cjs.Bar3D; }
10
10
  });
11
11
  Object.defineProperty(exports, "DEFAULT_GL_THEME", {
12
12
  enumerable: true,
13
- get: function () { return chunkQ4JAQOV3_cjs.DEFAULT_GL_THEME; }
13
+ get: function () { return chunkOTQKQDB6_cjs.DEFAULT_GL_THEME; }
14
14
  });
15
15
  Object.defineProperty(exports, "FlowGL", {
16
16
  enumerable: true,
17
- get: function () { return chunkQ4JAQOV3_cjs.FlowGL; }
17
+ get: function () { return chunkOTQKQDB6_cjs.FlowGL; }
18
18
  });
19
19
  Object.defineProperty(exports, "Globe3D", {
20
20
  enumerable: true,
21
- get: function () { return chunkQ4JAQOV3_cjs.Globe3D; }
21
+ get: function () { return chunkOTQKQDB6_cjs.Globe3D; }
22
22
  });
23
23
  Object.defineProperty(exports, "GraphGL", {
24
24
  enumerable: true,
25
- get: function () { return chunkQ4JAQOV3_cjs.GraphGL; }
25
+ get: function () { return chunkOTQKQDB6_cjs.GraphGL; }
26
26
  });
27
27
  Object.defineProperty(exports, "LIGHT_GL_THEME", {
28
28
  enumerable: true,
29
- get: function () { return chunkQ4JAQOV3_cjs.LIGHT_GL_THEME; }
29
+ get: function () { return chunkOTQKQDB6_cjs.LIGHT_GL_THEME; }
30
30
  });
31
31
  Object.defineProperty(exports, "Line3D", {
32
32
  enumerable: true,
33
- get: function () { return chunkQ4JAQOV3_cjs.Line3D; }
33
+ get: function () { return chunkOTQKQDB6_cjs.Line3D; }
34
34
  });
35
35
  Object.defineProperty(exports, "Lines3D", {
36
36
  enumerable: true,
37
- get: function () { return chunkQ4JAQOV3_cjs.Lines3D; }
37
+ get: function () { return chunkOTQKQDB6_cjs.Lines3D; }
38
38
  });
39
39
  Object.defineProperty(exports, "LinesGL", {
40
40
  enumerable: true,
41
- get: function () { return chunkQ4JAQOV3_cjs.LinesGL; }
41
+ get: function () { return chunkOTQKQDB6_cjs.LinesGL; }
42
42
  });
43
43
  Object.defineProperty(exports, "Map3D", {
44
44
  enumerable: true,
45
- get: function () { return chunkQ4JAQOV3_cjs.Map3D; }
45
+ get: function () { return chunkOTQKQDB6_cjs.Map3D; }
46
46
  });
47
47
  Object.defineProperty(exports, "Scatter3D", {
48
48
  enumerable: true,
49
- get: function () { return chunkQ4JAQOV3_cjs.Scatter3D; }
49
+ get: function () { return chunkOTQKQDB6_cjs.Scatter3D; }
50
50
  });
51
51
  Object.defineProperty(exports, "ScatterGL", {
52
52
  enumerable: true,
53
- get: function () { return chunkQ4JAQOV3_cjs.ScatterGL; }
53
+ get: function () { return chunkOTQKQDB6_cjs.ScatterGL; }
54
54
  });
55
55
  Object.defineProperty(exports, "Surface3D", {
56
56
  enumerable: true,
57
- get: function () { return chunkQ4JAQOV3_cjs.Surface3D; }
57
+ get: function () { return chunkOTQKQDB6_cjs.Surface3D; }
58
+ });
59
+ Object.defineProperty(exports, "Torus3D", {
60
+ enumerable: true,
61
+ get: function () { return chunkOTQKQDB6_cjs.Torus3D; }
58
62
  });
59
63
  Object.defineProperty(exports, "applyVertexLayout", {
60
64
  enumerable: true,
61
- get: function () { return chunkQ4JAQOV3_cjs.applyVertexLayout; }
65
+ get: function () { return chunkOTQKQDB6_cjs.applyVertexLayout; }
62
66
  });
63
67
  Object.defineProperty(exports, "compileShader", {
64
68
  enumerable: true,
65
- get: function () { return chunkQ4JAQOV3_cjs.compileShader; }
69
+ get: function () { return chunkOTQKQDB6_cjs.compileShader; }
66
70
  });
67
71
  Object.defineProperty(exports, "createBar3DPlugin", {
68
72
  enumerable: true,
69
- get: function () { return chunkQ4JAQOV3_cjs.createBar3DPlugin; }
73
+ get: function () { return chunkOTQKQDB6_cjs.createBar3DPlugin; }
70
74
  });
71
75
  Object.defineProperty(exports, "createCamera", {
72
76
  enumerable: true,
73
- get: function () { return chunkQ4JAQOV3_cjs.createCamera; }
77
+ get: function () { return chunkOTQKQDB6_cjs.createCamera; }
74
78
  });
75
79
  Object.defineProperty(exports, "createFlowGLPlugin", {
76
80
  enumerable: true,
77
- get: function () { return chunkQ4JAQOV3_cjs.createFlowGLPlugin; }
81
+ get: function () { return chunkOTQKQDB6_cjs.createFlowGLPlugin; }
78
82
  });
79
83
  Object.defineProperty(exports, "createGLChart", {
80
84
  enumerable: true,
81
- get: function () { return chunkQ4JAQOV3_cjs.createGLChart; }
85
+ get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
82
86
  });
83
87
  Object.defineProperty(exports, "createGLRenderer", {
84
88
  enumerable: true,
85
- get: function () { return chunkQ4JAQOV3_cjs.createGLRenderer; }
89
+ get: function () { return chunkOTQKQDB6_cjs.createGLRenderer; }
86
90
  });
87
91
  Object.defineProperty(exports, "createGlobe3DPlugin", {
88
92
  enumerable: true,
89
- get: function () { return chunkQ4JAQOV3_cjs.createGlobe3DPlugin; }
93
+ get: function () { return chunkOTQKQDB6_cjs.createGlobe3DPlugin; }
90
94
  });
91
95
  Object.defineProperty(exports, "createGraphGLPlugin", {
92
96
  enumerable: true,
93
- get: function () { return chunkQ4JAQOV3_cjs.createGraphGLPlugin; }
97
+ get: function () { return chunkOTQKQDB6_cjs.createGraphGLPlugin; }
94
98
  });
95
99
  Object.defineProperty(exports, "createGrid3D", {
96
100
  enumerable: true,
97
- get: function () { return chunkQ4JAQOV3_cjs.createGrid3D; }
101
+ get: function () { return chunkOTQKQDB6_cjs.createGrid3D; }
98
102
  });
99
103
  Object.defineProperty(exports, "createIndexBuffer", {
100
104
  enumerable: true,
101
- get: function () { return chunkQ4JAQOV3_cjs.createIndexBuffer; }
105
+ get: function () { return chunkOTQKQDB6_cjs.createIndexBuffer; }
102
106
  });
103
107
  Object.defineProperty(exports, "createLine3DPlugin", {
104
108
  enumerable: true,
105
- get: function () { return chunkQ4JAQOV3_cjs.createLine3DPlugin; }
109
+ get: function () { return chunkOTQKQDB6_cjs.createLine3DPlugin; }
106
110
  });
107
111
  Object.defineProperty(exports, "createLines3DPlugin", {
108
112
  enumerable: true,
109
- get: function () { return chunkQ4JAQOV3_cjs.createLines3DPlugin; }
113
+ get: function () { return chunkOTQKQDB6_cjs.createLines3DPlugin; }
110
114
  });
111
115
  Object.defineProperty(exports, "createLinesGLPlugin", {
112
116
  enumerable: true,
113
- get: function () { return chunkQ4JAQOV3_cjs.createLinesGLPlugin; }
117
+ get: function () { return chunkOTQKQDB6_cjs.createLinesGLPlugin; }
114
118
  });
115
119
  Object.defineProperty(exports, "createMap3DPlugin", {
116
120
  enumerable: true,
117
- get: function () { return chunkQ4JAQOV3_cjs.createMap3DPlugin; }
121
+ get: function () { return chunkOTQKQDB6_cjs.createMap3DPlugin; }
118
122
  });
119
123
  Object.defineProperty(exports, "createOrbitControls", {
120
124
  enumerable: true,
121
- get: function () { return chunkQ4JAQOV3_cjs.createOrbitControls; }
125
+ get: function () { return chunkOTQKQDB6_cjs.createOrbitControls; }
122
126
  });
123
127
  Object.defineProperty(exports, "createPickingSystem", {
124
128
  enumerable: true,
125
- get: function () { return chunkQ4JAQOV3_cjs.createPickingSystem; }
129
+ get: function () { return chunkOTQKQDB6_cjs.createPickingSystem; }
126
130
  });
127
131
  Object.defineProperty(exports, "createScatter3DPlugin", {
128
132
  enumerable: true,
129
- get: function () { return chunkQ4JAQOV3_cjs.createScatter3DPlugin; }
133
+ get: function () { return chunkOTQKQDB6_cjs.createScatter3DPlugin; }
130
134
  });
131
135
  Object.defineProperty(exports, "createScatterGLPlugin", {
132
136
  enumerable: true,
133
- get: function () { return chunkQ4JAQOV3_cjs.createScatterGLPlugin; }
137
+ get: function () { return chunkOTQKQDB6_cjs.createScatterGLPlugin; }
134
138
  });
135
139
  Object.defineProperty(exports, "createShaderProgram", {
136
140
  enumerable: true,
137
- get: function () { return chunkQ4JAQOV3_cjs.createShaderProgram; }
141
+ get: function () { return chunkOTQKQDB6_cjs.createShaderProgram; }
138
142
  });
139
143
  Object.defineProperty(exports, "createSurface3DPlugin", {
140
144
  enumerable: true,
141
- get: function () { return chunkQ4JAQOV3_cjs.createSurface3DPlugin; }
145
+ get: function () { return chunkOTQKQDB6_cjs.createSurface3DPlugin; }
146
+ });
147
+ Object.defineProperty(exports, "createTorus3DPlugin", {
148
+ enumerable: true,
149
+ get: function () { return chunkOTQKQDB6_cjs.createTorus3DPlugin; }
142
150
  });
143
151
  Object.defineProperty(exports, "createVertexBuffer", {
144
152
  enumerable: true,
145
- get: function () { return chunkQ4JAQOV3_cjs.createVertexBuffer; }
153
+ get: function () { return chunkOTQKQDB6_cjs.createVertexBuffer; }
146
154
  });
147
155
  Object.defineProperty(exports, "createVertexLayout", {
148
156
  enumerable: true,
149
- get: function () { return chunkQ4JAQOV3_cjs.createVertexLayout; }
157
+ get: function () { return chunkOTQKQDB6_cjs.createVertexLayout; }
150
158
  });
151
159
  Object.defineProperty(exports, "defaultLightConfig", {
152
160
  enumerable: true,
153
- get: function () { return chunkQ4JAQOV3_cjs.defaultLightConfig; }
161
+ get: function () { return chunkOTQKQDB6_cjs.defaultLightConfig; }
154
162
  });
155
163
  Object.defineProperty(exports, "hexToRGB", {
156
164
  enumerable: true,
157
- get: function () { return chunkQ4JAQOV3_cjs.hexToRGB; }
165
+ get: function () { return chunkOTQKQDB6_cjs.hexToRGB; }
158
166
  });
159
167
  Object.defineProperty(exports, "mat4", {
160
168
  enumerable: true,
161
- get: function () { return chunkQ4JAQOV3_cjs.mat4; }
169
+ get: function () { return chunkOTQKQDB6_cjs.mat4; }
162
170
  });
163
171
  Object.defineProperty(exports, "mat4Identity", {
164
172
  enumerable: true,
165
- get: function () { return chunkQ4JAQOV3_cjs.mat4Identity; }
173
+ get: function () { return chunkOTQKQDB6_cjs.mat4Identity; }
166
174
  });
167
175
  Object.defineProperty(exports, "mat4Invert", {
168
176
  enumerable: true,
169
- get: function () { return chunkQ4JAQOV3_cjs.mat4Invert; }
177
+ get: function () { return chunkOTQKQDB6_cjs.mat4Invert; }
170
178
  });
171
179
  Object.defineProperty(exports, "mat4LookAt", {
172
180
  enumerable: true,
173
- get: function () { return chunkQ4JAQOV3_cjs.mat4LookAt; }
181
+ get: function () { return chunkOTQKQDB6_cjs.mat4LookAt; }
174
182
  });
175
183
  Object.defineProperty(exports, "mat4Multiply", {
176
184
  enumerable: true,
177
- get: function () { return chunkQ4JAQOV3_cjs.mat4Multiply; }
185
+ get: function () { return chunkOTQKQDB6_cjs.mat4Multiply; }
178
186
  });
179
187
  Object.defineProperty(exports, "mat4Perspective", {
180
188
  enumerable: true,
181
- get: function () { return chunkQ4JAQOV3_cjs.mat4Perspective; }
189
+ get: function () { return chunkOTQKQDB6_cjs.mat4Perspective; }
182
190
  });
183
191
  Object.defineProperty(exports, "projectToScreen", {
184
192
  enumerable: true,
185
- get: function () { return chunkQ4JAQOV3_cjs.projectToScreen; }
193
+ get: function () { return chunkOTQKQDB6_cjs.projectToScreen; }
186
194
  });
187
195
  Object.defineProperty(exports, "resolveTheme", {
188
196
  enumerable: true,
189
- get: function () { return chunkQ4JAQOV3_cjs.resolveTheme; }
197
+ get: function () { return chunkOTQKQDB6_cjs.resolveTheme; }
190
198
  });
191
199
  Object.defineProperty(exports, "setLightUniforms", {
192
200
  enumerable: true,
193
- get: function () { return chunkQ4JAQOV3_cjs.setLightUniforms; }
201
+ get: function () { return chunkOTQKQDB6_cjs.setLightUniforms; }
194
202
  });
195
203
  Object.defineProperty(exports, "toRad", {
196
204
  enumerable: true,
197
- get: function () { return chunkQ4JAQOV3_cjs.toRad; }
205
+ get: function () { return chunkOTQKQDB6_cjs.toRad; }
198
206
  });
199
207
  Object.defineProperty(exports, "updateCamera", {
200
208
  enumerable: true,
201
- get: function () { return chunkQ4JAQOV3_cjs.updateCamera; }
209
+ get: function () { return chunkOTQKQDB6_cjs.updateCamera; }
202
210
  });
203
211
  Object.defineProperty(exports, "updateOrbitControls", {
204
212
  enumerable: true,
205
- get: function () { return chunkQ4JAQOV3_cjs.updateOrbitControls; }
213
+ get: function () { return chunkOTQKQDB6_cjs.updateOrbitControls; }
206
214
  });
207
215
  Object.defineProperty(exports, "vec3", {
208
216
  enumerable: true,
209
- get: function () { return chunkQ4JAQOV3_cjs.vec3; }
217
+ get: function () { return chunkOTQKQDB6_cjs.vec3; }
210
218
  });
211
219
  //# sourceMappingURL=index.cjs.map
212
220
  //# sourceMappingURL=index.cjs.map
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as CameraState, G as GLRenderer } from './factory-Cp9Kr7aa.cjs';
2
- export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply, T as mat4Perspective, U as projectToScreen, W as resolveTheme, X as setLightUniforms, Y as toRad, Z as updateCamera, _ as updateOrbitControls, $ as vec3 } from './factory-Cp9Kr7aa.cjs';
1
+ import { C as CameraState, G as GLRenderer } from './factory-jQSzXhK4.cjs';
2
+ export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, T as Torus3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply, U as mat4Perspective, W as projectToScreen, X as resolveTheme, Y as setLightUniforms, Z as toRad, _ as updateCamera, $ as updateOrbitControls, a0 as vec3 } from './factory-jQSzXhK4.cjs';
3
3
  export { createScatter3DPlugin } from './scatter3d.cjs';
4
4
  export { createBar3DPlugin } from './bar3d.cjs';
5
5
  export { createSurface3DPlugin } from './surface3d.cjs';
@@ -11,6 +11,7 @@ export { createScatterGLPlugin } from './scatter-gl.cjs';
11
11
  export { createLinesGLPlugin } from './lines-gl.cjs';
12
12
  export { createFlowGLPlugin } from './flow-gl.cjs';
13
13
  export { createGraphGLPlugin } from './graph-gl.cjs';
14
+ export { T as Torus3DOptions, c as createTorus3DPlugin } from './torus3d-fgZpxxQZ.cjs';
14
15
 
15
16
  /**
16
17
  * WebGL buffer helpers — VBO, IBO, and vertex layout management.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as CameraState, G as GLRenderer } from './factory-Cp9Kr7aa.js';
2
- export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply, T as mat4Perspective, U as projectToScreen, W as resolveTheme, X as setLightUniforms, Y as toRad, Z as updateCamera, _ as updateOrbitControls, $ as vec3 } from './factory-Cp9Kr7aa.js';
1
+ import { C as CameraState, G as GLRenderer } from './factory-jQSzXhK4.js';
2
+ export { B as Bar3D, a as CameraOptions, D as DEFAULT_GL_THEME, F as FlowGL, b as GLChartData, c as GLChartInstance, d as GLChartOptions, e as GLChartTypePlugin, f as GLDataPoint, g as GLRenderContext, h as GLSeries2D, i as GLSeries3D, j as GLTheme, k as Globe3D, l as GraphGL, L as LIGHT_GL_THEME, m as LightConfig, n as Line3D, o as Lines3D, p as LinesGL, M as Map3D, q as Mat4, O as OrbitConfig, r as OrbitState, P as PickingSystem, S as Scatter3D, s as ScatterGL, t as ShaderProgram, u as Surface3D, T as Torus3D, V as Vec3, v as compileShader, w as createCamera, x as createGLChart, y as createGLRenderer, z as createOrbitControls, A as createPickingSystem, E as createShaderProgram, H as defaultLightConfig, I as hexToRGB, J as mat4, K as mat4Identity, N as mat4Invert, Q as mat4LookAt, R as mat4Multiply, U as mat4Perspective, W as projectToScreen, X as resolveTheme, Y as setLightUniforms, Z as toRad, _ as updateCamera, $ as updateOrbitControls, a0 as vec3 } from './factory-jQSzXhK4.js';
3
3
  export { createScatter3DPlugin } from './scatter3d.js';
4
4
  export { createBar3DPlugin } from './bar3d.js';
5
5
  export { createSurface3DPlugin } from './surface3d.js';
@@ -11,6 +11,7 @@ export { createScatterGLPlugin } from './scatter-gl.js';
11
11
  export { createLinesGLPlugin } from './lines-gl.js';
12
12
  export { createFlowGLPlugin } from './flow-gl.js';
13
13
  export { createGraphGLPlugin } from './graph-gl.js';
14
+ export { T as Torus3DOptions, c as createTorus3DPlugin } from './torus3d-NpDo5Nb5.js';
14
15
 
15
16
  /**
16
17
  * WebGL buffer helpers — VBO, IBO, and vertex layout management.
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { Bar3D, DEFAULT_GL_THEME, FlowGL, Globe3D, GraphGL, LIGHT_GL_THEME, Line3D, Lines3D, LinesGL, Map3D, Scatter3D, ScatterGL, Surface3D, applyVertexLayout, compileShader, createBar3DPlugin, createCamera, createFlowGLPlugin, createGLChart, createGLRenderer, createGlobe3DPlugin, createGraphGLPlugin, createGrid3D, createIndexBuffer, createLine3DPlugin, createLines3DPlugin, createLinesGLPlugin, createMap3DPlugin, createOrbitControls, createPickingSystem, createScatter3DPlugin, createScatterGLPlugin, createShaderProgram, createSurface3DPlugin, createVertexBuffer, createVertexLayout, defaultLightConfig, hexToRGB, mat4, mat4Identity, mat4Invert, mat4LookAt, mat4Multiply, mat4Perspective, projectToScreen, resolveTheme, setLightUniforms, toRad, updateCamera, updateOrbitControls, vec3 } from './chunk-M24XMYGG.js';
1
+ export { Bar3D, DEFAULT_GL_THEME, FlowGL, Globe3D, GraphGL, LIGHT_GL_THEME, Line3D, Lines3D, LinesGL, Map3D, Scatter3D, ScatterGL, Surface3D, Torus3D, applyVertexLayout, compileShader, createBar3DPlugin, createCamera, createFlowGLPlugin, createGLChart, createGLRenderer, createGlobe3DPlugin, createGraphGLPlugin, createGrid3D, createIndexBuffer, createLine3DPlugin, createLines3DPlugin, createLinesGLPlugin, createMap3DPlugin, createOrbitControls, createPickingSystem, createScatter3DPlugin, createScatterGLPlugin, createShaderProgram, createSurface3DPlugin, createTorus3DPlugin, createVertexBuffer, createVertexLayout, defaultLightConfig, hexToRGB, mat4, mat4Identity, mat4Invert, mat4LookAt, mat4Multiply, mat4Perspective, projectToScreen, resolveTheme, setLightUniforms, toRad, updateCamera, updateOrbitControls, vec3 } from './chunk-AGG2KSBO.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/dist/line3d.cjs CHANGED
@@ -1,20 +1,20 @@
1
1
  'use strict';
2
2
 
3
- var chunkQ4JAQOV3_cjs = require('./chunk-Q4JAQOV3.cjs');
3
+ var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Line3D", {
8
8
  enumerable: true,
9
- get: function () { return chunkQ4JAQOV3_cjs.Line3D; }
9
+ get: function () { return chunkOTQKQDB6_cjs.Line3D; }
10
10
  });
11
11
  Object.defineProperty(exports, "createGLChart", {
12
12
  enumerable: true,
13
- get: function () { return chunkQ4JAQOV3_cjs.createGLChart; }
13
+ get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
14
14
  });
15
15
  Object.defineProperty(exports, "createLine3DPlugin", {
16
16
  enumerable: true,
17
- get: function () { return chunkQ4JAQOV3_cjs.createLine3DPlugin; }
17
+ get: function () { return chunkOTQKQDB6_cjs.createLine3DPlugin; }
18
18
  });
19
19
  //# sourceMappingURL=line3d.cjs.map
20
20
  //# sourceMappingURL=line3d.cjs.map
package/dist/line3d.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.cjs';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-Cp9Kr7aa.cjs';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-jQSzXhK4.cjs';
3
3
 
4
4
  /**
5
5
  * Line3D — single line as tube/ribbon via Frenet frames.
package/dist/line3d.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.js';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-Cp9Kr7aa.js';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, n as Line3D, x as createGLChart } from './factory-jQSzXhK4.js';
3
3
 
4
4
  /**
5
5
  * Line3D — single line as tube/ribbon via Frenet frames.
package/dist/line3d.js CHANGED
@@ -1,3 +1,3 @@
1
- export { Line3D, createGLChart, createLine3DPlugin } from './chunk-M24XMYGG.js';
1
+ export { Line3D, createGLChart, createLine3DPlugin } from './chunk-AGG2KSBO.js';
2
2
  //# sourceMappingURL=line3d.js.map
3
3
  //# sourceMappingURL=line3d.js.map
package/dist/lines-gl.cjs CHANGED
@@ -1,20 +1,20 @@
1
1
  'use strict';
2
2
 
3
- var chunkQ4JAQOV3_cjs = require('./chunk-Q4JAQOV3.cjs');
3
+ var chunkOTQKQDB6_cjs = require('./chunk-OTQKQDB6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "LinesGL", {
8
8
  enumerable: true,
9
- get: function () { return chunkQ4JAQOV3_cjs.LinesGL; }
9
+ get: function () { return chunkOTQKQDB6_cjs.LinesGL; }
10
10
  });
11
11
  Object.defineProperty(exports, "createGLChart", {
12
12
  enumerable: true,
13
- get: function () { return chunkQ4JAQOV3_cjs.createGLChart; }
13
+ get: function () { return chunkOTQKQDB6_cjs.createGLChart; }
14
14
  });
15
15
  Object.defineProperty(exports, "createLinesGLPlugin", {
16
16
  enumerable: true,
17
- get: function () { return chunkQ4JAQOV3_cjs.createLinesGLPlugin; }
17
+ get: function () { return chunkOTQKQDB6_cjs.createLinesGLPlugin; }
18
18
  });
19
19
  //# sourceMappingURL=lines-gl.cjs.map
20
20
  //# sourceMappingURL=lines-gl.cjs.map
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.cjs';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-Cp9Kr7aa.cjs';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.cjs';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-jQSzXhK4.cjs';
3
3
 
4
4
  /**
5
5
  * LinesGL — 2D thick line triangles for per-series polylines.
@@ -1,5 +1,5 @@
1
- import { e as GLChartTypePlugin } from './factory-Cp9Kr7aa.js';
2
- export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-Cp9Kr7aa.js';
1
+ import { e as GLChartTypePlugin } from './factory-jQSzXhK4.js';
2
+ export { b as GLChartData, c as GLChartInstance, d as GLChartOptions, f as GLDataPoint, p as LinesGL, x as createGLChart } from './factory-jQSzXhK4.js';
3
3
 
4
4
  /**
5
5
  * LinesGL — 2D thick line triangles for per-series polylines.
package/dist/lines-gl.js CHANGED
@@ -1,3 +1,3 @@
1
- export { LinesGL, createGLChart, createLinesGLPlugin } from './chunk-M24XMYGG.js';
1
+ export { LinesGL, createGLChart, createLinesGLPlugin } from './chunk-AGG2KSBO.js';
2
2
  //# sourceMappingURL=lines-gl.js.map
3
3
  //# sourceMappingURL=lines-gl.js.map