blob: 7b1cc21d2ab62724e6ccb6c09d84a852f84ae17b [file] [log] [blame]
import { LineChartPlugin } from '@superset-ui/legacy-preset-chart-nvd3';
new LineChartPlugin().configure({ key: 'line' }).register();
export default {
title: 'Legacy Chart Plugins|legacy-preset-chart-nvd3/Line',
};
export { basic } from './stories/basic';
export { markers } from './stories/markers';
export { logScale } from './stories/logScale';
export { yAxisBounds } from './stories/yAxisBounds';