Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Chart(container: HTMLCanvasElement, masterChartContainer: HTMLCanvasElement, config: ChartConfig): Chart

Properties

Protected _dataSets

_dataSets: DataSet[]

Protected config

Private gridLinesAndLabels

gridLinesAndLabels: GridLinesAndLabels

Private legend

legend: ChartLegend | undefined

Private masterChart

masterChart: MasterChart

pathGenerator

pathGenerator: PathGenerator

state

state: ChartState

tooltip

tooltip: Tooltip | undefined

Accessors

dataSets

dataSets:

Methods

applyTheme

  • applyTheme(theme: DeepPartial<ChartTheme>): void

Protected clip

  • clip(): void
  • Returns void

Protected drawDataSets

  • drawDataSets(ctx: CanvasRenderingContext2D, animations: AnimationState[]): void

Protected drawOverlay

Protected getVBounds

Protected init

  • init(): void

Private init2YAxesDataSets

  • init2YAxesDataSets(): void
  • Returns void

Protected isRestoringFromHidden

  • isRestoringFromHidden(): boolean

resize

  • resize(): void

setRange

Protected singleDraw

  • singleDraw(): void

Protected translate

  • translate(): void

updateDataBounds

  • updateDataBounds(withAnimation: boolean): boolean

updateDataSetsVisibility

  • updateDataSetsVisibility(): void
  • Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc