BoxY

<Plot grid x={{ type: 'band' }} inset={10}>
    <BoxY
        data={mpg}
        x="class"
        y="hwy"
        fill="class"
        tickMinMax
        tickMedian={{
            stroke: 'var(--svelteplot-bg)',
            strokeWidth: 3
        }} />
</Plot>