blob: fc9d0c58883e131e67554c6a3739c62ff431f28b [file] [log] [blame]
import { PieChartPlugin } from '@superset-ui/legacy-preset-chart-nvd3';
new PieChartPlugin().configure({ key: 'pie' }).register();
export default {
title: 'Legacy Chart Plugins|legacy-preset-chart-nvd3/Pie',
};
export { basic } from './stories/basic';
export { noData } from './stories/noData';