Skip to content

Commit 5b34cd6

Browse files
authored
feat: DH-18840: Add dx linker support (#2456)
This requires deephaven/deephaven-plugins#1185 for full support, but this is all that's needed to support linker directly with those changes.
1 parent 01f5930 commit 5b34cd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/dashboard-core-plugins/src/linker/LinkerUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class LinkerUtils {
9292
LayoutUtils.getComponentName(IrisGridPanel),
9393
LayoutUtils.getComponentName(ChartPanel),
9494
LayoutUtils.getComponentName(DropdownFilterPanel),
95+
'@deephaven/plotly-express',
9596
],
9697
],
9798
]);
@@ -154,6 +155,7 @@ class LinkerUtils {
154155
// If all checks pass, link type is determined by the target panel component
155156
switch (end.panelComponent) {
156157
case LayoutUtils.getComponentName(ChartPanel):
158+
case '@deephaven/plotly-express':
157159
return 'chartLink';
158160
case LayoutUtils.getComponentName(IrisGridPanel):
159161
return 'tableLink';

0 commit comments

Comments
 (0)