Skip to content

Documentation / @finchart/core / stepLineSeries

Function: stepLineSeries()

stepLineSeries(style?): StepLineSeries<LineDataPoint>

Defined in: packages/core/src/series/line-series.ts:179

Parameters

style?

StyleOverridesOf<{ line: { color: { css: string; fallback: string; }; dashArray: { css: string; fallback: string; }; width: { css: string; fallback: number; }; }; point: { color: { css: string; fallback: string; }; radius: { css: string; fallback: number; }; }; }>

Returns

StepLineSeries<LineDataPoint>