blob: b6aca11a91a43e20af09127d0ee839f8bd0da436 [file] [log] [blame]
import { AreaChartPlugin } from '@superset-ui/legacy-preset-chart-nvd3';
new AreaChartPlugin().configure({ key: 'area' }).register();
export default {
title: 'Legacy Chart Plugins|legacy-preset-chart-nvd3/Area',
};
export { stacked } from './stories/stacked';
export { stackedWithYAxisBounds, stackedWithYAxisBoundsMinOnly } from './stories/stackedWithBounds';
export { expanded } from './stories/expanded';
export { controlsShown } from './stories/controlsShown';