mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:30:12 +08:00
BarChart: Use new data error view component to show actions in panel edit (#42474)
This commit is contained in:
@ -12,6 +12,7 @@ export interface PanelDataErrorViewProps {
|
||||
data: PanelData;
|
||||
needsTimeField?: boolean;
|
||||
needsNumberField?: boolean;
|
||||
needsStringField?: boolean;
|
||||
// suggestions?: VisualizationSuggestion[]; <<< for sure optional
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user