Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TraceSeries

Implements

Index

Constructors

constructor

Properties

Protected _d3Chart

_d3Chart: ID3Chart

Protected _d3SeriesList

_d3SeriesList: XYSeries[]

Protected _data

_data: ITraceValue[]

Protected _isStackedArea

_isStackedArea: boolean

Protected _isXContinuous

_isXContinuous: boolean

Protected _layer

Protected _states

_states: string[]

Protected _svg

_svg: any

Protected _worker

_worker: Worker

Protected _xAxis

_xAxis: D3Axis

Protected _yAxis

_yAxis: D3Axis

Methods

decimateData

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

focus

  • focus(selection: string): void

getDiscreteXValues

  • getDiscreteXValues(isStacked: boolean): string[]

getDiscreteYValues

  • getDiscreteYValues(): string[]

getLegendInfo

getMaxNameLength

  • getMaxNameLength(): number

getName

  • getName(): string

getRequiredHeight

  • getRequiredHeight(): number

getTooltipMetrics

getXMinMax

  • getXMinMax(): number[]

getXScalingInfo

getYMinMax

  • getYMinMax(): number[]

getYScalingInfo

isXContinuousSeries

  • isXContinuousSeries(): boolean

isYContinuousSeries

  • isYContinuousSeries(): boolean

render

  • render(yOffsets?: number[]): void
  • render all of the data in the series

    Parameters

    • Optional yOffsets: number[]

      for each data point in this element

    Returns void

select

  • select(selection: string): void

setData

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