Options
All
  • Public
  • Public/Protected
  • All
Menu

this decimator merges the rectangles in a flame chart to combine identical rectangles that are touching on a left/right pixel basis so we can merge them for rendering

Hierarchy

  • FlameChartMergeRectDecimator

Implements

Index

Properties

Protected _data

Protected _minRectDelta

_minRectDelta: number = 1

Protected _rectLimit

_rectLimit: number

Protected _userPixelFunction

_userPixelFunction: function

Type declaration

Protected _xCoordToValue

_xCoordToValue: function

this function is used to map the revert xyValues from x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _xValueToCoord

_xValueToCoord: function

this function is used to map the input xyValues to x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _yValueToCoord

_yValueToCoord: function

this function is used to map the input xyValues to y scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Static KEY

KEY: string = "FlameChartMergeRectDecimator"

Methods

decimateValues

getKey

  • getKey(): string

getName

  • getName(): string

getValues

initialize

  • initialize(xValueToCoord: function, xCoordToValue: function, yValueToCoord: function): void
  • Parameters

    • xValueToCoord: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • xCoordToValue: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • yValueToCoord: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    Returns void

Protected mergeRects

setPixelWidth

  • Set the minimum width of a rectangle. If there is multiple trace points within the the minimum width then the data is merged together into a single rectangle. Once all data in a rectangle is merged then we call the [setUserPixelFunction] callback so the the user can modify the value to be rendered if needed

    Parameters

    • width: number

      the minimum width of a pixel in which data is grouped together

    Returns FlameChartMergeRectDecimator

setUserPixelFunction

  • setUserPixelFunction(cb: function): void

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