mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Refactor graph component to use PanelRenderer (#38914)
* Move SplitOpenFn type to grafana-data * Use panel renderer instead of Timeseries panel for graph in Explore * rename splitopen props on panel context
This commit is contained in:
@@ -204,7 +204,3 @@ export interface ExplorePanelData extends PanelData {
|
||||
tableResult: DataFrame | null;
|
||||
logsResult: LogsModel | null;
|
||||
}
|
||||
|
||||
export type SplitOpen = <T extends DataQuery = any>(
|
||||
options?: { datasourceUid: string; query: T; range?: TimeRange } | undefined
|
||||
) => void;
|
||||
|
||||
Reference in New Issue
Block a user