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 b4a2876 commit 05fd143Copy full SHA for 05fd143
static/app/components/modals/dataWidgetViewerModal.tsx
@@ -631,6 +631,10 @@ function DataWidgetViewerModal(props: Props) {
631
widget={primaryWidget}
632
tableItemLimit={widget.limit}
633
onZoom={onZoom}
634
+ legendSelection={widgetLegendState.getWidgetSelectionState(widget)}
635
+ onLegendSelectionChange={nextLegendSelection =>
636
+ onLegendSelectChanged({selected: nextLegendSelection})
637
+ }
638
showConfidenceWarning={
639
widget.widgetType === WidgetType.SPANS ||
640
widget.widgetType === WidgetType.TRACEMETRICS ||
0 commit comments