Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
npm i svelte-chartjs
yarn add svelte-chartjs
<script>
import Line from "svelte-chartjs/src/Line.svelte"
</script>
<Line data={...} />
maintainAspectRatio
to false, example:<Bar
data={data}
width={100}
height={50}
options={{ maintainAspectRatio: false }}
/>