@deephaven/chart 0.104.1-beta.11 → 0.104.1-beta.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.
- package/dist/Chart.d.ts.map +1 -1
- package/dist/Chart.js +8 -23
- package/dist/Chart.js.map +1 -1
- package/dist/ChartModel.d.ts +0 -2
- package/dist/ChartModel.d.ts.map +1 -1
- package/dist/ChartModel.js +0 -6
- package/dist/ChartModel.js.map +1 -1
- package/dist/ChartTheme.d.ts +0 -3
- package/dist/ChartTheme.d.ts.map +1 -1
- package/dist/ChartTheme.js +1 -5
- package/dist/ChartTheme.js.map +1 -1
- package/dist/ChartTheme.module.css +0 -4
- package/dist/ChartTheme.module.css.map +1 -1
- package/dist/ChartUtils.d.ts.map +1 -1
- package/dist/ChartUtils.js +1 -24
- package/dist/ChartUtils.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -1
- package/dist/virtual-webgl.d.ts +2 -0
- package/dist/virtual-webgl.d.ts.map +1 -0
- package/dist/virtual-webgl.js +915 -0
- package/dist/virtual-webgl.js.map +1 -0
- package/package.json +11 -11
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,cAAc,iBAAiB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
import Log from '@deephaven/log';
|
|
2
|
+
import { initializeVirtualWebGL } from "./virtual-webgl.js";
|
|
3
|
+
var log = Log.module('@deephaven/chart index');
|
|
4
|
+
try {
|
|
5
|
+
// Used to show many WebGL plots on the same page
|
|
6
|
+
// https://github.com/plotly/plotly.js/?tab=readme-ov-file#need-to-have-several-webgl-graphs-on-a-page
|
|
7
|
+
initializeVirtualWebGL();
|
|
8
|
+
} catch (e) {
|
|
9
|
+
log.warn('Failed to initialize virtual WebGL', e);
|
|
10
|
+
}
|
|
1
11
|
export { default as Chart } from "./LazyChart.js";
|
|
2
12
|
export { default as ChartModelFactory } from "./ChartModelFactory.js";
|
|
3
13
|
export { default as ChartModel } from "./ChartModel.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["default","Chart","ChartModelFactory","ChartModel","ChartUtils","FigureChartModel","MockChartModel","Plot","isFigureChartModel"],"sources":["../src/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"index.js","names":["Log","initializeVirtualWebGL","log","module","e","warn","default","Chart","ChartModelFactory","ChartModel","ChartUtils","FigureChartModel","MockChartModel","Plot","isFigureChartModel"],"sources":["../src/index.ts"],"sourcesContent":["import Log from '@deephaven/log';\nimport { initializeVirtualWebGL } from './virtual-webgl';\n\nconst log = Log.module('@deephaven/chart index');\n\ntry {\n // Used to show many WebGL plots on the same page\n // https://github.com/plotly/plotly.js/?tab=readme-ov-file#need-to-have-several-webgl-graphs-on-a-page\n initializeVirtualWebGL();\n} catch (e) {\n log.warn('Failed to initialize virtual WebGL', e);\n}\n\nexport { default as Chart } from './LazyChart';\nexport { default as ChartModelFactory } from './ChartModelFactory';\nexport { default as ChartModel } from './ChartModel';\nexport { default as ChartUtils } from './ChartUtils';\nexport * from './ChartUtils';\nexport * from './DownsamplingError';\nexport { default as FigureChartModel } from './FigureChartModel';\nexport { default as MockChartModel } from './MockChartModel';\nexport { default as Plot } from './plotly/LazyPlot';\nexport * from './ChartTheme';\nexport * from './ChartThemeProvider';\nexport { default as isFigureChartModel } from './isFigureChartModel';\nexport * from './useChartTheme';\n"],"mappings":"AAAA,OAAOA,GAAG,MAAM,gBAAgB;AAAC,SACxBC,sBAAsB;AAE/B,IAAMC,GAAG,GAAGF,GAAG,CAACG,MAAM,CAAC,wBAAwB,CAAC;AAEhD,IAAI;EACF;EACA;EACAF,sBAAsB,CAAC,CAAC;AAC1B,CAAC,CAAC,OAAOG,CAAC,EAAE;EACVF,GAAG,CAACG,IAAI,CAAC,oCAAoC,EAAED,CAAC,CAAC;AACnD;AAAC,SAEQE,OAAO,IAAIC,KAAK;AAAA,SAChBD,OAAO,IAAIE,iBAAiB;AAAA,SAC5BF,OAAO,IAAIG,UAAU;AAAA,SACrBH,OAAO,IAAII,UAAU;AAAA;AAAA;AAAA,SAGrBJ,OAAO,IAAIK,gBAAgB;AAAA,SAC3BL,OAAO,IAAIM,cAAc;AAAA,SACzBN,OAAO,IAAIO,IAAI;AAAA;AAAA;AAAA,SAGfP,OAAO,IAAIQ,kBAAkB;AAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual-webgl.d.ts","sourceRoot":"","sources":["../src/virtual-webgl.ts"],"names":[],"mappings":"AAqCA,wBAAgB,sBAAsB,SAylCrC"}
|