Commit 8876d17d by Johannes Schill

chore: graph2 panel plugin should use the new ReactPanelPlugin from @grafana/ui

parent 4df78fe7
import { GraphPanel } from './GraphPanel';
import { ReactPanelPlugin } from '@grafana/ui';
import { GraphPanelEditor } from './GraphPanelEditor';
import { GraphPanel } from './GraphPanel';
import { Options } from './types';
export { GraphPanel as Panel, GraphPanelEditor as PanelOptions };
export const reactPanel = new ReactPanelPlugin<Options>(GraphPanel);
reactPanel.setEditor(GraphPanelEditor);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment