import ScatterChart from 'sentry/components/charts/scatterChart'; export default { title: 'Components/Data Visualization/Charts/Scatter Chart', component: ScatterChart, }; export const _ScatterChart = () => { return ( ); };