Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _allRects

_allRects: IFlameChartValue[][] = []

Protected _backgroundData

_backgroundData: IMinMaxValue[]

Protected _contextMenuItems

_contextMenuItems: IContextMenuItem[]

Protected _d3Chart

_d3Chart: ID3Chart

the chart that owns this series

Protected _d3Elems

_d3Elems: Selection<d3.BaseType, __type, d3.BaseType, any>[]

the D3 render object

Protected _d3XAxis

_d3XAxis: D3Axis

The x axis object

Protected _d3YAxis

_d3YAxis: D3Axis

The y axis object

Protected _d3svg

_d3svg: Selection<d3.BaseType, __type, d3.BaseType, any>

The svg for this series

Protected _data

Protected _decimator

Protected _fillColors

_fillColors: any = new WeakMap<Object, string>()

stores the original fill colors for an series

Protected _isXContinuous

_isXContinuous: boolean

is the x axis a continuous series

Protected _layer

Protected _minHeight

_minHeight: number = 0

Protected _outputData

_outputData: IBuffer<any>

The series data for the given region

Protected _pixi

_pixi: Renderer

Protected _pixiHelper

_pixiHelper: PIXIHelper

Protected _selection

_selection: ITraceValue

Protected _stackHeight

_stackHeight: number = 20

Protected _strokeColors

_strokeColors: any = new WeakMap<Object, string>()

stores the original stroke colors for an series

Protected _worker

_worker: Worker

Protected _xScalingInfo

_xScalingInfo: IScalingInfo

scaling information for the x axis

Protected _yScalingInfo

_yScalingInfo: IScalingInfo

scaling information for the y axis

Protected getDataDuration

getDataDuration: function

Type declaration

    • (d: any): number
    • Parameters

      • d: any

      Returns number

Protected getDataKey

getDataKey: function

Type declaration

    • (d: any): number | string
    • Parameters

      • d: any

      Returns number | string

Protected getDataName

getDataName: function

Type declaration

    • (d: any): string
    • Parameters

      • d: any

      Returns string

Protected getDataStart

getDataStart: function

Type declaration

    • (d: any): number
    • Parameters

      • d: any

      Returns number

Methods

Protected applyStyles

  • applyStyles(): void

clear

  • clear(): void

Protected clickCallback

  • clickCallback(value: any, callback: function): (Anonymous function)

Protected clickExecute

  • clickExecute(value: any, selectionValue: string): void

Protected configureBandedItemInteration

  • configureBandedItemInteration(elem: Selection<d3.BaseType, __type, d3.BaseType, any>, value: any, selectionValue: string): void

Protected configureItemInteraction

  • configureItemInteraction(elem: Selection<d3.BaseType, __type, d3.BaseType, any>, value: any, selectionValue: string): void
  • this adds some logic since the brush is behind rendered elements so we need to handle mouse/touch events properly to bring the brush to the front and do the brush selection correctly.

    Parameters

    • elem: Selection<d3.BaseType, __type, d3.BaseType, any>
    • value: any
    • selectionValue: string

    Returns void

Protected configureItemInteractionPIXI

  • configureItemInteractionPIXI(elem: any, value: any, selectionValue: string): void

Protected configureSegmentInteraction

  • configureSegmentInteraction(elem: Selection<d3.BaseType, __type, d3.BaseType, any>, value?: IFlameChartValue): void

decimateData

  • decimateData(xStart: number, xEnd: number, xAxis: D3Axis, yAxis: D3Axis): Promise<any>

focus

  • focus(selection: string): void

Protected getClassNames

  • getClassNames(type: string, name?: string): string

getCss

Protected getDecimationName

  • getDecimationName(): string

getDiscreteXValues

  • getDiscreteXValues(isStacked: boolean): string[]

getDiscreteYValues

  • getDiscreteYValues(): string[]

Protected getEventDataValue

getLegendInfo

getMaxNameLength

  • getMaxNameLength(): number

getMinHeight

  • getMinHeight(): number

getName

  • getName(): string

getOutputData

getRequiredHeight

  • getRequiredHeight(): number

getRequiredWidth

  • getRequiredWidth(): number

Protected getSegmentClasses

  • getSegmentClasses(d: any): string

Protected getSelectionClasses

  • getSelectionClasses(type: string): string

getTooltipMetrics

getXMinMax

  • getXMinMax(): number[]

getXScalingInfo

getYMinMax

  • getYMinMax(): number[]

getYScalingInfo

Protected initializeContextMenuItems

  • initializeContextMenuItems(): void

isXContinuousSeries

  • isXContinuousSeries(): boolean

isYContinuousSeries

  • isYContinuousSeries(): boolean

Protected onClick

  • onClick(value: any): (Anonymous function)

Protected onDoubleClick

  • onDoubleClick(value: any): (Anonymous function)

render

  • render(): void

Protected renderBackground

  • renderBackground(): void

select

  • select(selection: string): void

setData

  • setData(layer: ILayer): void

setOutputData

  • setOutputData(data: any[] | IBuffer<any>): void

unfocus

  • unfocus(selection: string): void

unselect

  • unselect(selection: string): void

Static canRender

  • canRender(layer: ILayer): boolean

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