blob: 74db0f14cb1a31a37fa484f3666280cf6d126c27 [file] [log] [blame]
import { BubbleChartPlugin } from '@superset-ui/legacy-preset-chart-nvd3';
new BubbleChartPlugin().configure({ key: 'bubble' }).register();
export default {
title: 'Legacy Chart Plugins|legacy-preset-chart-nvd3/Bubble',
};
export { basic } from './stories/basic';