Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChartAxis<K, D>

Type parameters

  • K: keyof D

  • D: object

Hierarchy

  • ChartAxis

Index

Properties

Properties

dataKey

dataKey: K

The key in the data object.

Optional scale

scale: "time" | "linear"

The scale of the axis.

type

type: "number" | "category"

The type of the data key.

Generated using TypeDoc