LineChart is a wrapper for CartesianChart that makes it easy to create standard line charts, supporting a single x/y axis pair. Charts are built using SVGs.
Basics
The only prop required is series, which takes an array of series objects. Each series object needs an id and a data array of numbers.
Loading...