Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineChartContent<D, XK>

Type parameters

  • D: object

  • XK: keyof D

Hierarchy

  • LineChartContent

Index

Properties

Properties

chart

chart: "line"

data

data: D[]

An array of data objects, with one element for each step on the X axis.

series

series: LineChartSeries<D>[]

The series (lines) of the chart.

xAxis

xAxis: ChartAxis<XK, D>

Generated using TypeDoc