blob: f34b47217c28c3cebeabf73172ead401fbe858da [file] [log] [blame]
import { BarChartPlugin } from '@superset-ui/legacy-preset-chart-nvd3';
new BarChartPlugin().configure({ key: 'bar' }).register();
export default {
title: 'Legacy Chart Plugins|legacy-preset-chart-nvd3/Bar',
};
export { basic } from './stories/basic';
export { barWithValues } from './stories/barWithValues';
export { barWithPositiveAndNegativeValues } from './stories/barWithPositiveAndNegativeValues';
export { stackedBarWithValues } from './stories/stackedBarWithValues';