The hidden prop defines if the serie is currently visible in the chart. This is used to hide the serie in group and stacked charts. This prop is one of the props that the library changes when the legend is clicked (it is only possible when the legend is interactive).
Unique name for the series. This name is used internally do differenciate and reference the series.
The data for the serie. This is an array of objects, where each object represents one data point.
Generated using TypeDoc
The ChartDataSerie is used to define one data serie for a chart. This serie then can be displayed as one of the ChartTypes.
ChartType