Commit 5b1cf9c9 by Torkel Ödegaard Committed by GitHub

Merge pull request #15530 from grafana/graph2-using-reactpanelplugin

graph2 should use ReactPanelPlugin from @grafana/ui
parents 3f1c4c3e 8876d17d
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