The ChartData is used to define the complete data for a chart.
The legend prop should contain all the legend entries for the chart. The order of the array does matter, as it will be displated in that same order.
The series prop should contain all the series used in the chart.
ChartDataSerie
Generated using TypeDoc
The ChartData is used to define the complete data for a chart.