Commit 2dfa3269 by Torkel Ödegaard

created visualizations folder

parent 493714c2
export { DeleteButton } from './DeleteButton/DeleteButton';
export { Graph } from './Graph/Graph';
export * from './components';
export * from './visualizations';
export * from './types';
export * from './utils';
export { Graph } from './Graph/Graph';
......@@ -3,14 +3,8 @@ import _ from 'lodash';
import React, { PureComponent } from 'react';
import colors from 'app/core/utils/colors';
// Components
import { Graph } from '@grafana/ui';
// Services & Utils
import { processTimeSeries } from '@grafana/ui';
// Types
import { PanelProps, NullValueMode } from '@grafana/ui';
// Components & Types
import { Graph, PanelProps, NullValueMode, processTimeSeries } from '@grafana/ui';
import { Options } from './types';
interface Props extends PanelProps<Options> {}
......
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