Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BarChartContent<D, XK>

Type parameters

  • D: object

  • XK: keyof D

Hierarchy

  • BarChartContent

Index

Properties

Properties

chart

chart: "bar"

data

data: D[]

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

series

series: { dataKey: keyof D; fill?: undefined | string; linkURLs?: string[]; name?: undefined | string; stackId?: undefined | string }[]

The series of the chart.

xAxis

xAxis: ChartAxis<XK, D>

Generated using TypeDoc