Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineChartSeries<D>

Type parameters

  • D

Hierarchy

  • LineChartSeries

Index

Properties

dataKey

dataKey: keyof D

The key in each data object for the values this line should be calculated from.

Optional linkURLs

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

The link URLs for each data point. A link URL should take the user to more details about the specific data point.

Optional name

name: undefined | string

The name of the line shown in the legend and tooltip.

Optional stroke

stroke: undefined | string

The CSS color of the line.

Generated using TypeDoc