Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected configs

configs: any

Protected model

model: ChartModel

Protected parent

parent: any

Protected services

services: any

type

type: string = "title"

Methods

destroy

  • destroy(): void

getContainerSVG

  • getContainerSVG(): any

getParent

  • getParent(): any

Protected getSubstringIndex

  • getSubstringIndex(title: any, start: any, end: any, width: any): any
  • Returns the index for a maximum length substring that is less than the width parameter.

    Parameters

    • title: any

      the title node used for getting the text lengths of substrings

    • start: any

      the start index for the binary search

    • end: any

      the end index for the binary search

    • width: any

      the width of the svg container that holds the title

    Returns any

init

  • init(): void

render

  • render(): void

setModel

  • setModel(newObj: any): void

setParent

  • setParent(parent: any): void

setServices

  • setServices(newObj: any): void

truncateTitle

  • truncateTitle(): void

Generated using TypeDoc