Options
All
  • Public
  • Public/Protected
  • All
Menu

render all of the data in the series

param

the svg to draw the data in

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _classes

_classes: 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 _decimator

_decimator: any

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

_layer: ILayer

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

Protected _outputData

_outputData: IBuffer<any>

The series data for the given region

Protected _pixi

_pixi: Renderer

Protected _pixiHelper

_pixiHelper: PIXIHelper

Protected _rectTexture

_rectTexture: Texture

Protected _selection

_selection: any

Protected _selectionClasses

_selectionClasses: string

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 xMap

xMap: function

maps a data value to a pixel value

Type declaration

    • (d: any): number
    • Parameters

      • d: any

      Returns number

Protected yMap

yMap: 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 configureTooltip

  • configureTooltip(rect: any): 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

Protected getDecimationName

  • getDecimationName(): string

getLegendInfo

getMaxNameLength

  • getMaxNameLength(): number

getMinHeight

  • getMinHeight(): number

getName

  • getName(): string

getOutputData

getRequiredHeight

  • getRequiredHeight(): number

getRequiredWidth

  • getRequiredWidth(): number

Protected getSelectionClasses

  • getSelectionClasses(type: string): string

getTooltipMetrics

getXMinMax

  • getXMinMax(): number[]

getXScalingInfo

getYMinMax

  • getYMinMax(): number[]

getYScalingInfo

Protected initializeClasses

  • initializeClasses(): void

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, index?: number): void

setOutputData

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

unfocus

  • unfocus(selection: string): void

unselect

  • unselect(selection: string): 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