mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:31:36 +08:00
TimeSeries: Explicitly add transformer when timeseries-long exists (#64092)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import { FieldConfigSource, PanelData } from '@grafana/data';
|
||||
import { FieldConfigSource, PanelData, VisualizationSuggestion } from '@grafana/data';
|
||||
|
||||
/**
|
||||
* Describes the properties that can be passed to the PanelDataErrorView.
|
||||
@ -15,7 +15,7 @@ export interface PanelDataErrorViewProps {
|
||||
needsTimeField?: boolean;
|
||||
needsNumberField?: boolean;
|
||||
needsStringField?: boolean;
|
||||
// suggestions?: VisualizationSuggestion[]; <<< for sure optional
|
||||
suggestions?: VisualizationSuggestion[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user