Options
All
  • Public
  • Public/Protected
  • All
Menu

The ChartData is used to define the complete data for a chart.

Hierarchy

  • ChartData

Index

Properties

Properties

legend?: ChartLegendEntry[]

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.

series: ChartDataSerie[]

The series prop should contain all the series used in the chart.

see

ChartDataSerie

Generated using TypeDoc