Horizontal waffle

scale type mismatch for y (needs band)
<Plot grid height={400}>
    <RuleX data={[0]} />
    <WaffleX {data} y="fruit" x="quantity" />
</Plot>