Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Protected constructor

  • Parameters

    • container: HTMLCanvasElement
    • config: ChartConfig
    • Default value isMaster: boolean = false

    Returns AbstractChart

Properties

Protected _dataSets

_dataSets: DataSet[]

Protected config

state

state: ChartState

Private transform

transform: DOMMatrix = createSVGMatrix()

Accessors

dataSets

dataSets:

Methods

applyTheme

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

    Returns void

Private areAllHidden

  • areAllHidden(): boolean
  • Returns boolean

Protected clip

  • clip(): void
  • Returns void

Private draw

  • Parameters

    Returns void

Protected drawDataSets

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

    Returns void

Protected drawOverlay

  • Parameters

    Returns void

Protected getVBounds

Protected init

  • init(): void
  • Returns void

Protected isRestoringFromHidden

  • isRestoringFromHidden(): boolean
  • Returns boolean

resize

  • resize(): void
  • Returns void

Protected singleDraw

  • singleDraw(): void
  • Returns void

Protected translate

  • translate(): void
  • Returns void

updateDataBounds

  • updateDataBounds(withAnimation: boolean): boolean
  • Parameters

    • withAnimation: boolean

    Returns boolean

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