Docs / Line charts

Spline (irregular time)

Pro

A smooth spline over an irregular datetime axis with visible measurement points.

Illustration — rendered output uses live data.

Example

blade
<chart:spline-time
    :series="[['name' => 'Snow depth', 'data' => [
        ['2024-01-03', 0.45], ['2024-01-19', 0.88], ['2024-02-11', 1.2],
    ]]]"
/>

Props

Prop Type Default Description
series array [] Series with [date, value] data pairs.
symbolSize int 6 Marker size in pixels.
zoom bool true Show zoom/pan controls.

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