Interface ChartMeta

Hierarchy

  • ChartMeta

Properties

height?: number

height of the canvas (minus the margins)

graph's left, right, top, bottom margins

width?: number

width of the canvas (minus the margins)

xAxis?: Axis<any>
xDomain?: [number, number]
yAxis?: Axis<any>
yDomain?: [number, number]
zoomBehavior?: any

Generated using TypeDoc