blob: 3bdd1d975ab956056c2ce9f8d02a987e813460bf [file] [log] [blame]
import { BulletChartPlugin } from '@superset-ui/legacy-preset-chart-nvd3';
new BulletChartPlugin().configure({ key: 'bullet' }).register();
export default {
title: 'Legacy Chart Plugins|legacy-preset-chart-nvd3/Bullet',
};
export { basic } from './stories/basic';