@deephaven/chart 1.4.1-beta.2 → 1.4.1-react19.43
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.js +6 -8
- package/dist/Chart.js.map +1 -1
- package/dist/ChartErrorOverlay.js +1 -2
- package/dist/ChartErrorOverlay.js.map +1 -1
- package/dist/ChartModel.js +1 -3
- package/dist/ChartModel.js.map +1 -1
- package/dist/ChartModelFactory.js.map +1 -1
- package/dist/ChartTestUtils.js.map +1 -1
- package/dist/ChartTheme.js.map +1 -1
- package/dist/ChartThemeProvider.d.ts.map +1 -1
- package/dist/ChartThemeProvider.js +1 -0
- package/dist/ChartThemeProvider.js.map +1 -1
- package/dist/ChartUtils.d.ts +1 -1
- package/dist/ChartUtils.d.ts.map +1 -1
- package/dist/ChartUtils.js +2 -3
- package/dist/ChartUtils.js.map +1 -1
- package/dist/DownsamplingError.js.map +1 -1
- package/dist/FigureChartModel.js +10 -17
- package/dist/FigureChartModel.js.map +1 -1
- package/dist/LazyChart.js +3 -1
- package/dist/LazyChart.js.map +1 -1
- package/dist/MockChartModel.js +0 -4
- package/dist/MockChartModel.js.map +1 -1
- package/dist/declaration.d.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/isFigureChartModel.js.map +1 -1
- package/dist/plotly/LazyPlot.js +3 -1
- package/dist/plotly/LazyPlot.js.map +1 -1
- package/dist/plotly/Plot.js.map +1 -1
- package/dist/plotly/Plotly.js.map +1 -1
- package/dist/plotly/createPlotlyComponent.js.map +1 -1
- package/dist/plotly/plotly-extends.d.js.map +1 -1
- package/dist/useChartTheme.js.map +1 -1
- package/package.json +12 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/chart",
|
|
3
|
-
"version": "1.4.1-
|
|
3
|
+
"version": "1.4.1-react19.43+f9a21bd4",
|
|
4
4
|
"description": "Deephaven Chart",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,30 +27,29 @@
|
|
|
27
27
|
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@deephaven/components": "^1.4.1-
|
|
31
|
-
"@deephaven/icons": "^1.4.1-
|
|
30
|
+
"@deephaven/components": "^1.4.1-react19.43+f9a21bd4",
|
|
31
|
+
"@deephaven/icons": "^1.4.1-react19.43+f9a21bd4",
|
|
32
32
|
"@deephaven/jsapi-types": "^1.0.0-dev0.39.4",
|
|
33
|
-
"@deephaven/jsapi-utils": "^1.4.1-
|
|
34
|
-
"@deephaven/log": "^1.4.1-
|
|
35
|
-
"@deephaven/react-hooks": "^1.4.1-
|
|
36
|
-
"@deephaven/utils": "^1.4.1-
|
|
33
|
+
"@deephaven/jsapi-utils": "^1.4.1-react19.43+f9a21bd4",
|
|
34
|
+
"@deephaven/log": "^1.4.1-react19.43+f9a21bd4",
|
|
35
|
+
"@deephaven/react-hooks": "^1.4.1-react19.43+f9a21bd4",
|
|
36
|
+
"@deephaven/utils": "^1.4.1-react19.43+f9a21bd4",
|
|
37
37
|
"buffer": "^6.0.3",
|
|
38
38
|
"fast-deep-equal": "^3.1.3",
|
|
39
39
|
"lodash.debounce": "^4.0.8",
|
|
40
40
|
"lodash.set": "^4.3.2",
|
|
41
41
|
"memoize-one": "^5.1.1",
|
|
42
42
|
"memoizee": "^0.4.15",
|
|
43
|
-
"plotly.js": "3.1.0
|
|
44
|
-
"prop-types": "^15.7.2",
|
|
43
|
+
"plotly.js": "3.1.0",
|
|
45
44
|
"react-plotly.js": "^2.6.0"
|
|
46
45
|
},
|
|
47
46
|
"peerDependencies": {
|
|
48
47
|
"react": ">=16.8.0"
|
|
49
48
|
},
|
|
50
49
|
"devDependencies": {
|
|
51
|
-
"@deephaven/jsapi-shim": "^1.4.1-
|
|
52
|
-
"@deephaven/mocks": "^1.4.1-
|
|
53
|
-
"@deephaven/test-utils": "^1.4.1-
|
|
50
|
+
"@deephaven/jsapi-shim": "^1.4.1-react19.43+f9a21bd4",
|
|
51
|
+
"@deephaven/mocks": "^1.4.1-react19.43+f9a21bd4",
|
|
52
|
+
"@deephaven/test-utils": "^1.4.1-react19.43+f9a21bd4",
|
|
54
53
|
"@types/plotly.js": "^3.0.0"
|
|
55
54
|
},
|
|
56
55
|
"files": [
|
|
@@ -62,5 +61,5 @@
|
|
|
62
61
|
"publishConfig": {
|
|
63
62
|
"access": "public"
|
|
64
63
|
},
|
|
65
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "f9a21bd44f32c4357db62f2b9a8eaecedde0e446"
|
|
66
65
|
}
|