BoxX (faceted)

scale type mismatch for y (needs band)
<Plot
    height={400}
    y={{ grid: true }}
    x={{ insetLeft: 5, insetRight: 5 }}>
    <BoxX
        data={penguins}
        x="flipper_length_mm"
        y="species"
        fy="sex"
        stroke="sex"
        fill="sex"
        tickMinMax
        tickMedian={{
            stroke: 'var(--svelteplot-bg)',
            strokeWidth: 3
        }} />
</Plot>