3D bar chart
ProA bar chart across two category axes, rendered in 3D.
Example
blade
<chart:bar3d
:categories="['Mon', 'Tue', 'Wed']"
:rows="['AM', 'PM']"
:series="[[0,0,5], [1,0,7], [2,1,9]]"
:max="10"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| series | array | [] | [x-index, y-index, value] cells. |
| categories | array | [] | x-axis labels. |
| rows | array | [] | y-axis labels. |
| max | int | null | Adds a color scale capped at this value. |
| rotate | bool | false | Auto-rotate the scene. |
Plus the common props (height, theme, model, class).
This is a Pro component
Unlock it and every other Pro chart with a one-time license.
Get WireCharts Pro