Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ChartState

Index

Constructors

constructor

  • Parameters

    Returns ChartState

Properties

Private _scaleX

_scaleX: number | undefined

Private _scaleY

_scaleY: number | undefined

canvasManager

canvasManager: CanvasManager = new CanvasManager(this.config.container)

chartBounds

chartBounds: BoundsWithPadding

chartRect

chartRect: ClientRect | DOMRect

config

ctx

ctx: CanvasRenderingContext2D

dataBounds

dataBounds: Bounds

initialBounds

isBarChart

isBarChart: boolean

isDisabled

isDisabled: boolean = false

isMaster

isMaster: boolean

overlayCtx

overlayCtx: CanvasRenderingContext2D

scaleRange

scaleRange: ScaleRange

Accessors

scaleX

scaleX:

scaleY

scaleY:

Methods

animateDataBounds

  • Parameters

    Returns void

Private calcHBounds

Private computeHRangeAndBounds

onResize

  • onResize(): void
  • Returns void

Private resetScale

  • resetScale(): void
  • Returns void

updateBounds

  • updateBounds(newBounds: VerticalBounds, withAnimation: boolean): void
  • Parameters

    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