Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected model

model: ChartModel

Protected services

services: any

Methods

getDataFromDomain

  • getDataFromDomain(domainValue: any): any[]
  • Uses the primary Y Axis to get data items associated with that value.

    Parameters

    • domainValue: any

    Returns any[]

getMainXAxis

  • getMainXAxis(): any

getMainYAxis

  • getMainYAxis(): any

getXValue

  • getXValue(d: any, i: any): any

getYValue

  • getYValue(d: any, i: any): any

init

  • init(): void

setModel

  • setModel(newObj: any): void

setServices

  • setServices(newObj: any): void

update

  • update(): void

Generated using TypeDoc