Skip to content

grafit-charts


Interface: FinancialChartOptions

Simplified financial chart options; translated into the full config (candlestick/ohlc + ordinal-time + zoom + navigator + crosshair).

Properties

annotations?

optional annotations?: AnnotationOptions[]


chartType?

optional chartType?: "candlestick" | "ohlc"


closeField?

optional closeField?: string


container?

optional container?: HTMLElement


data?

optional data?: Datum[]


dateField?

optional dateField?: string


height?

optional height?: number


highField?

optional highField?: string


lowField?

optional lowField?: string


optional navigator?: boolean


openField?

optional openField?: string


theme?

optional theme?: unknown


title?

optional title?: string


width?

optional width?: number


zoom?

optional zoom?: boolean