@deephaven/chart 0.104.1-virtual-webgl.11 → 0.105.0
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 +2 -2
- package/dist/Chart.d.ts.map +1 -1
- package/dist/Chart.js +28 -13
- package/dist/Chart.js.map +1 -1
- package/dist/ChartModel.d.ts +2 -0
- package/dist/ChartModel.d.ts.map +1 -1
- package/dist/ChartModel.js +6 -0
- package/dist/ChartModel.js.map +1 -1
- package/dist/ChartTheme.d.ts +3 -0
- package/dist/ChartTheme.d.ts.map +1 -1
- package/dist/ChartTheme.js +5 -1
- package/dist/ChartTheme.js.map +1 -1
- package/dist/ChartTheme.module.css +4 -0
- package/dist/ChartTheme.module.css.map +1 -1
- package/dist/ChartUtils.d.ts.map +1 -1
- package/dist/ChartUtils.js +24 -1
- package/dist/ChartUtils.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/dist/virtual-webgl.d.ts +0 -2
- package/dist/virtual-webgl.d.ts.map +0 -1
- package/dist/virtual-webgl.js +0 -915
- package/dist/virtual-webgl.js.map +0 -1
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,7 +1,3 @@
|
|
|
1
|
-
// Used to show many WebGL plots on the same page
|
|
2
|
-
// https://github.com/plotly/plotly.js/?tab=readme-ov-file#need-to-have-several-webgl-graphs-on-a-page
|
|
3
|
-
import { initializeVirtualWebGL } from "./virtual-webgl.js";
|
|
4
|
-
initializeVirtualWebGL();
|
|
5
1
|
export { default as Chart } from "./LazyChart.js";
|
|
6
2
|
export { default as ChartModelFactory } from "./ChartModelFactory.js";
|
|
7
3
|
export { default as ChartModel } from "./ChartModel.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["
|
|
1
|
+
{"version":3,"file":"index.js","names":["default","Chart","ChartModelFactory","ChartModel","ChartUtils","FigureChartModel","MockChartModel","Plot","isFigureChartModel"],"sources":["../src/index.ts"],"sourcesContent":["export { 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":"SAASA,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/chart",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.105.0",
|
|
4
4
|
"description": "Deephaven Chart",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@deephaven/components": "^0.
|
|
31
|
-
"@deephaven/icons": "^0.
|
|
30
|
+
"@deephaven/components": "^0.105.0",
|
|
31
|
+
"@deephaven/icons": "^0.105.0",
|
|
32
32
|
"@deephaven/jsapi-types": "^1.0.0-dev0.37.2",
|
|
33
|
-
"@deephaven/jsapi-utils": "^0.
|
|
34
|
-
"@deephaven/log": "^0.
|
|
35
|
-
"@deephaven/react-hooks": "^0.
|
|
36
|
-
"@deephaven/utils": "^0.
|
|
33
|
+
"@deephaven/jsapi-utils": "^0.105.0",
|
|
34
|
+
"@deephaven/log": "^0.105.0",
|
|
35
|
+
"@deephaven/react-hooks": "^0.105.0",
|
|
36
|
+
"@deephaven/utils": "^0.105.0",
|
|
37
37
|
"buffer": "^6.0.3",
|
|
38
38
|
"fast-deep-equal": "^3.1.3",
|
|
39
39
|
"lodash.debounce": "^4.0.8",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"react": ">=16.8.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@deephaven/jsapi-shim": "^0.
|
|
52
|
-
"@deephaven/mocks": "^0.
|
|
53
|
-
"@deephaven/test-utils": "^0.
|
|
51
|
+
"@deephaven/jsapi-shim": "^0.105.0",
|
|
52
|
+
"@deephaven/mocks": "^0.105.0",
|
|
53
|
+
"@deephaven/test-utils": "^0.105.0",
|
|
54
54
|
"@types/plotly.js": "^2.12.11"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "97c59b021737c590429aa58b65b970afc99fda23"
|
|
66
66
|
}
|
package/dist/virtual-webgl.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"virtual-webgl.d.ts","sourceRoot":"","sources":["../src/virtual-webgl.ts"],"names":[],"mappings":"AAqCA,wBAAgB,sBAAsB,SAylCrC"}
|