From 5fe29ec6340d56849bc4931d8982d581f4343d1e Mon Sep 17 00:00:00 2001 From: Joe Numainville Date: Thu, 24 Oct 2024 15:16:24 -0500 Subject: [PATCH] wip --- package-lock.json | 16 ++++++++-------- plugins/plotly-express/src/js/package.json | 2 +- .../src/js/src/PlotlyExpressChartUtils.ts | 7 ++++++- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18a596058..af91cf429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31960,7 +31960,7 @@ "react-redux": "^7.2.9" }, "devDependencies": { - "@deephaven/jsapi-types": "1.0.0-dev0.35.2", + "@deephaven/jsapi-types": "1.0.0-dev0.36.1", "@deephaven/test-utils": "0.97.0", "@types/deep-equal": "^1.0.1", "@types/plotly.js": "^2.12.18", @@ -32077,9 +32077,9 @@ } }, "plugins/plotly-express/src/js/node_modules/@deephaven/jsapi-types": { - "version": "1.0.0-dev0.35.2", - "resolved": "https://registry.npmjs.org/@deephaven/jsapi-types/-/jsapi-types-1.0.0-dev0.35.2.tgz", - "integrity": "sha512-VM1WAps/+KEXdxIiaEGutcjgaf5p1LNf6AA+Hv7sTIaENYYJpndZqD6bGFcuuiUVTYDlnFF0hohN4l6lOsjcQw==" + "version": "1.0.0-dev0.36.1", + "resolved": "https://registry.npmjs.org/@deephaven/jsapi-types/-/jsapi-types-1.0.0-dev0.36.1.tgz", + "integrity": "sha512-Q7we+JYMqQrHp3hQfbKF3YmjjCLTjy+D3an8x6IsfVMv7Uv7LqvuA0c/tKCIT19JDa2b9giFWf3TV8apzXry/A==" }, "plugins/plotly-express/src/js/node_modules/@deephaven/jsapi-utils": { "version": "0.97.0", @@ -35729,7 +35729,7 @@ "@deephaven/dashboard-core-plugins": "0.97.0", "@deephaven/icons": "0.97.0", "@deephaven/jsapi-bootstrap": "0.97.0", - "@deephaven/jsapi-types": "1.0.0-dev0.35.2", + "@deephaven/jsapi-types": "1.0.0-dev0.36.1", "@deephaven/log": "0.97.0", "@deephaven/plugin": "0.97.0", "@deephaven/test-utils": "0.97.0", @@ -35827,9 +35827,9 @@ } }, "@deephaven/jsapi-types": { - "version": "1.0.0-dev0.35.2", - "resolved": "https://registry.npmjs.org/@deephaven/jsapi-types/-/jsapi-types-1.0.0-dev0.35.2.tgz", - "integrity": "sha512-VM1WAps/+KEXdxIiaEGutcjgaf5p1LNf6AA+Hv7sTIaENYYJpndZqD6bGFcuuiUVTYDlnFF0hohN4l6lOsjcQw==" + "version": "1.0.0-dev0.36.1", + "resolved": "https://registry.npmjs.org/@deephaven/jsapi-types/-/jsapi-types-1.0.0-dev0.36.1.tgz", + "integrity": "sha512-Q7we+JYMqQrHp3hQfbKF3YmjjCLTjy+D3an8x6IsfVMv7Uv7LqvuA0c/tKCIT19JDa2b9giFWf3TV8apzXry/A==" }, "@deephaven/jsapi-utils": { "version": "0.97.0", diff --git a/plugins/plotly-express/src/js/package.json b/plugins/plotly-express/src/js/package.json index ac1cc7fae..59be14b7b 100644 --- a/plugins/plotly-express/src/js/package.json +++ b/plugins/plotly-express/src/js/package.json @@ -36,7 +36,7 @@ "update-dh-packages": "node ../../../../tools/update-dh-packages.mjs" }, "devDependencies": { - "@deephaven/jsapi-types": "1.0.0-dev0.35.2", + "@deephaven/jsapi-types": "1.0.0-dev0.36.1", "@deephaven/test-utils": "0.97.0", "@types/deep-equal": "^1.0.1", "@types/plotly.js": "^2.12.18", diff --git a/plugins/plotly-express/src/js/src/PlotlyExpressChartUtils.ts b/plugins/plotly-express/src/js/src/PlotlyExpressChartUtils.ts index ebfff75c0..c1ea07cff 100644 --- a/plugins/plotly-express/src/js/src/PlotlyExpressChartUtils.ts +++ b/plugins/plotly-express/src/js/src/PlotlyExpressChartUtils.ts @@ -1,4 +1,9 @@ -import type { Data, LayoutAxis, PlotlyDataLayoutConfig, PlotType } from 'plotly.js'; +import type { + Data, + LayoutAxis, + PlotlyDataLayoutConfig, + PlotType, +} from 'plotly.js'; import type { dh as DhType } from '@deephaven/jsapi-types'; /**