Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

backdrop

backdrop: any

Protected configs

configs: any

Protected model

model: ChartModel

Protected parent

parent: any

Protected services

services: any

type

type: string = "grid"

Methods

addGridEventListeners

  • addGridEventListeners(): void
  • Adds the listener on the X grid to trigger multiple point tooltips along the x axis.

    Returns void

cleanGrid

  • cleanGrid(g: any): void

destroy

  • destroy(): void

drawBackdrop

  • drawBackdrop(): void

drawXGrid

  • drawXGrid(): void

drawYGrid

  • drawYGrid(): void

getActiveGridline

  • getActiveGridline(position: any): any
  • Returns the active gridlines based on the gridline threshold and mouse position.

    Parameters

    • position: any

      mouse positon

    Returns any

getContainerSVG

  • getContainerSVG(): any

getGridlineThreshold

  • getGridlineThreshold(mousePos: any): number
  • Returns the threshold for the gridline tooltips based on the mouse location. Calculated based on the mouse position between the two closest gridlines or edges of chart.

    Parameters

    • mousePos: any

    Returns number

getParent

  • getParent(): any

init

  • init(): void

render

  • render(): void

setModel

  • setModel(newObj: any): void

setParent

  • setParent(parent: any): void

setServices

  • setServices(newObj: any): void

Generated using TypeDoc