Interface FunctionPlotOptions

Hierarchy

  • FunctionPlotOptions

Properties

annotations?: FunctionPlotAnnotation[]

The annotations displayed in the graph

The functions to plot

disableZoom?: boolean

True to disable panning and zoom

grid?: boolean

True to display a grid.

height?: number

The chart height (set on the svg element)

id?: string

For internal usage

target: string | HTMLElement

A css selector or DOM node of the parent element that will contain the graph

The tip configuration

title?: string

The chart title

width?: number

The chart width (set on the svg element)

x-axis configuration

y-axis configuration

Generated using TypeDoc