We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f5930 commit 5b34cd6Copy full SHA for 5b34cd6
packages/dashboard-core-plugins/src/linker/LinkerUtils.ts
@@ -92,6 +92,7 @@ class LinkerUtils {
92
LayoutUtils.getComponentName(IrisGridPanel),
93
LayoutUtils.getComponentName(ChartPanel),
94
LayoutUtils.getComponentName(DropdownFilterPanel),
95
+ '@deephaven/plotly-express',
96
],
97
98
]);
@@ -154,6 +155,7 @@ class LinkerUtils {
154
155
// If all checks pass, link type is determined by the target panel component
156
switch (end.panelComponent) {
157
case LayoutUtils.getComponentName(ChartPanel):
158
+ case '@deephaven/plotly-express':
159
return 'chartLink';
160
case LayoutUtils.getComponentName(IrisGridPanel):
161
return 'tableLink';
0 commit comments