Missing points
ProHandles null values — leaving a gap, or bridging it with connectNulls.
Illustration — rendered output uses live data.
Example
blade
<chart:area-missing
:series="[['name' => 'Readings', 'data' => [3, null, 5, 8, null, 6]]]"
:categories="['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| series | array | [] | Series objects; use null for gaps. |
| categories | array | [] | Labels for the x-axis. |
| connectNulls | bool | false | Bridge gaps instead of breaking the line. |
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