Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

ascending

  • ascending(a: any, b: any): number

ascendingComparator

  • ascendingComparator(f: function): function
  • taken from d3-array

    Parameters

    • f: function
        • (d: any): number
        • Parameters

          • d: any

          Returns number

    Returns function

      • (a: any, b: any): number
      • Parameters

        • a: any
        • b: any

        Returns number

bisect

  • bisect(compare?: any): any
  • modified from d3-array

    Parameters

    • Optional compare: any

    Returns any

bisectBuffer

  • bisectBuffer(compare?: any): any

bucketData

  • bucketData(values: any[], thresholds: number[], accessor: function): object
  • puts all raw data into buckets based on thresholds and values

    Parameters

    • values: any[]
    • thresholds: number[]
    • accessor: function
        • (d: any): number
        • Parameters

          • d: any

          Returns number

    Returns object

    • [index: string]: any[]

convertTraceToTrees

copy

  • copy(obj: any): Object

getSelectionName

  • getSelectionName(className: string): string

isOverlapping

  • isOverlapping(rect1: IRect, rect2: IRect): boolean

merge

  • merge(obj1: any, obj2: any): void

removeFromList

  • removeFromList(value: any, arr: any[]): void

runFunctionOnLeaf

transposeKeys

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • 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