Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Oct 24, 2024
1 parent 030cfb4 commit 5fe29ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/plotly-express/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion plugins/plotly-express/src/js/src/PlotlyExpressChartUtils.ts
Original file line number Diff line number Diff line change
@@ -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';

/**
Expand Down

0 comments on commit 5fe29ec

Please sign in to comment.