Options
All
  • Public
  • Public/Protected
  • All
Menu

The ChartDataSerie is used to define one data serie for a chart. This serie then can be displayed as one of the ChartTypes.

see

ChartType

Hierarchy

  • ChartDataSerie

Index

Properties

Properties

hidden: boolean

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).

see

ChartLegendProps

name: string

Unique name for the series. This name is used internally do differenciate and reference the series.

serie: Record<string, string | number>[]

The data for the serie. This is an array of objects, where each object represents one data point.

Generated using TypeDoc