Skip to content

Documentation / @finchart/core / lineSeries

Function: lineSeries()

lineSeries(style?): LineSeries<LineDataPoint>

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

LineDataPoint 기본 배선.

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

LineSeries<LineDataPoint>