Chart
Lollipop
Web not supportediOS not supportedAndroid supported
Compare categories with a stem and dot.
Chart
Compare categories with a stem and dot.
Use it as a lighter alternative to bars. Android only.
Keys accepted inside zyplot(z => ({...})). Required keys are marked with an asterisk.
| Name | Type | Default | Description |
|---|---|---|---|
data* | ChartDatum[] | — | Values to compare. |
orientation | "horizontal" | "vertical" | — | Direction of the stems. |
axis | ChartAxes | { x: true, y: true } | Show or hide each axis. |
xAxis | NativeChartAxisOptions | — | Horizontal scale, domain, ticks, grid, and labels. |
yAxis | NativeChartAxisOptions | — | Vertical scale, domain, ticks, grid, and labels. |
height | number | 240 web / 320 native | Chart height in pixels or native points. |
isLoading | boolean | false | Shows the built-in placeholder while data loads. |
theme | ChartTheme | — | Colors and typography for this chart. |