Because of the way props are passed through the components, you currently can't call a small multiple version of a chart directly through a chart type component (e.g. BarChart.svelte), this is because Chart.svelte does some data manipulation to pass grouped small multiple data to the SmalMultiple component, which then passes to the relevant chart component. The workflow needs amending so that you can call SmallMultiple either through the Chart.svelte or individual chart components.
Because of the way props are passed through the components, you currently can't call a small multiple version of a chart directly through a chart type component (e.g. BarChart.svelte), this is because Chart.svelte does some data manipulation to pass grouped small multiple data to the SmalMultiple component, which then passes to the relevant chart component. The workflow needs amending so that you can call SmallMultiple either through the Chart.svelte or individual chart components.