Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _colors

_colors: object

Type declaration

  • [index: string]: string

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

_data: ISummaryValue[]

Protected _fillColors

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

stores the original fill colors for an series

Protected _hasLevels

_hasLevels: boolean

Protected _isXContinuous

_isXContinuous: boolean

is the x axis a continuous series

Protected _layer

_layer: ILayer

The series as defined by the user with render type and decimation info

Protected _leafData

_leafData: object

Type declaration

  • [index: string]: object[]

Protected _levelKeyList

_levelKeyList: string[][]

Protected _levelKeys

_levelKeys: object[]

Protected _outputData

_outputData: IBuffer<any>

The series data for the given region

Protected _stackData

_stackData: any[]

Protected _strokeColors

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

stores the original stroke colors for an series

Protected _xScalingInfo

_xScalingInfo: IScalingInfo

scaling information for the x axis

Protected _yScalingInfo

_yScalingInfo: IScalingInfo

scaling information for the y axis

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

decimateData

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

focus

  • focus(selection: string): void

formatDataPerLevel

  • formatDataPerLevel(): void

getBarsPerDomain

  • getBarsPerDomain(isStacked: boolean): number

Protected getClassNames

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

getCss

Protected getDecimationName

  • getDecimationName(): string

getDiscreteXValues

  • getDiscreteXValues(isStacked: boolean): string[]

getDiscreteYValues

  • getDiscreteYValues(): string[]

getLegendInfo

getLevelKeys

  • getLevelKeys(): string[][]

getMaxName

  • getMaxName(): string

getMaxNameLength

  • getMaxNameLength(): number

getMinHeight

  • getMinHeight(): number

getName

  • getName(): string

getOutputData

getRequiredHeight

  • getRequiredHeight(): number

getRequiredWidth

  • getRequiredWidth(): number

Protected getSelectionClasses

  • getSelectionClasses(type: string): string

getTooltipMetricHelper

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

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