Fuel lollipop
Lollipop chart for fueling timeline. Shows intake events as circles on stems.
Primitive:
ChartFuelLollipopInteractive demo
Usage
import { ChartRoot, ChartFuelLollipop } from '@ramtt/charts'
<ChartRoot data={fuelData} height={120}>
<ChartFuelLollipop />
</ChartRoot>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| data | readonly number[] | — | Override data |
| className | string | — | SVG class |