Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ICartesianSeriesPlugin

Implemented by

Index

Properties

decimateData

decimateData: function

decimate the data for the series or series group

Type declaration

focus

focus: function

handle on focus events if we want to

Type declaration

    • (selection: string): void
    • Parameters

      • selection: string

      Returns void

Optional getDiscreteXValues

getDiscreteXValues: function

get all discrete x values

Type declaration

    • (isStacked: boolean): string[]
    • Parameters

      • isStacked: boolean

      Returns string[]

Optional getDiscreteYValues

getDiscreteYValues: function

get all discrete y values

Type declaration

    • (): string[]
    • Returns string[]

getLegendInfo

getLegendInfo: function

get information for the legend to render

Type declaration

getName

getName: function

get the name of this series

Type declaration

    • (): string
    • Returns string

getRequiredHeight

getRequiredHeight: function

get the minimum graph height

Type declaration

    • (): number
    • Returns number

getTooltipMetrics

getTooltipMetrics: function

fill in tooltip information

Type declaration

getXMinMax

getXMinMax: function

get x min max values for the object

Type declaration

    • (): number[]
    • Returns number[]

getXScalingInfo

getXScalingInfo: function

get the x scaling info cfor this series

Type declaration

getYMinMax

getYMinMax: function

get y min max values for the object

Type declaration

    • (): number[]
    • Returns number[]

getYScalingInfo

getYScalingInfo: function

get the y scaling info for this series

Type declaration

isXContinuousSeries

isXContinuousSeries: function

check if the x is continuous series

Type declaration

    • (): boolean
    • Returns boolean

isYContinuousSeries

isYContinuousSeries: function

check if the y is continuous series

Type declaration

    • (): boolean
    • Returns boolean

render

render: function

render all of the data in the series

param

the svg to draw the data in

param

for each data point in this element

Type declaration

    • (yOffsets?: number[]): void
    • Parameters

      • Optional yOffsets: number[]

      Returns void

select

select: function

handle on focus events if we want to

Type declaration

    • (selection: string): void
    • Parameters

      • selection: string

      Returns void

setData

setData: function

set update data for the given plugin

Type declaration

    • Parameters

      Returns void

unfocus

unfocus: function

handle on unfocus events if we want to

Type declaration

    • (selection: string): void
    • Parameters

      • selection: string

      Returns void

unselect

unselect: function

handle on unfocus events if we want to

Type declaration

    • (selection: string): void
    • Parameters

      • selection: string

      Returns 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