Line & column
ProMixed line and column series sharing one axis. Each series sets a friendly type.
Illustration — rendered output uses live data.
Example
blade
<chart:combo-line-column
:series="[
['name' => 'Revenue', 'type' => 'bar', 'data' => [120, 132, 101, 134]],
['name' => 'Trend', 'type' => 'line', 'data' => [115, 125, 110, 130]],
]"
:categories="['Q1', 'Q2', 'Q3', 'Q4']"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| series | array | [] | Series with a 'type' of bar, line or area. |
| categories | array | [] | Labels for the x-axis. |
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