Simple Bars

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