BarChart: Use new data error view component to show actions in panel edit (#42474)

This commit is contained in:
Torkel Ödegaard
2021-12-08 11:45:56 +01:00
committed by GitHub
parent a0333c1545
commit 8828d5e8d7
5 changed files with 35 additions and 37 deletions

View File

@ -12,6 +12,7 @@ export interface PanelDataErrorViewProps {
data: PanelData;
needsTimeField?: boolean;
needsNumberField?: boolean;
needsStringField?: boolean;
// suggestions?: VisualizationSuggestion[]; <<< for sure optional
}