Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseChart<TOptions>

Type parameters

Hierarchy

Index

Constructors

constructor

  • new BaseChart(dom: HTMLDivElement | HTMLCanvasElement, options: TOptions): BaseChart

Properties

Protected chart

chart: any

Protected options

options: TOptions

Protected textColors

Methods

dispose

  • dispose(): void

Protected getColor

  • getColor(key: string, index: number): string

Protected getLegendOptions

  • getLegendOptions(): any

Protected getTextColor

Protected getTextStyle

  • getTextStyle(currentNodeOptions: any): any

Protected getTitleOptions

  • getTitleOptions(): any

Protected getToolboxOptions

  • getToolboxOptions(): any

Protected Abstract render

  • render(): void

rerender

  • rerender(options: TOptions): void

Generated by BNDY-NET