LineSeries
Try the live demoimport { LineSeries } from '@wick-charts/react'; <LineSeries data={data} />Renders one or more line/area layers from time-series data. Each entry in the data array becomes a separate stroked path (and optional gradient fill) sharing the same axes and stacking mode. Pass series options via options — they merge with the chart-level defaults.
Renders one or more line/area layers from time-series data. Each entry in the data array becomes a separate stroked path (and optional gradient fill) sharing the same axes and stacking mode. Pass series options via options — they merge with the chart-level defaults.