Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional colors

colors: object

extra color information for the bar series type

Type declaration

  • [index: string]: string

Optional contextMenuItems

contextMenuItems: IContextMenuItem[]

the context menu definitions for when the user right clicks

Optional css

css: ICss

any css to be applied to the data

data

data: IRectSeries[]

Optional disableWebWorkers

disableWebWorkers: boolean

DEPRECATED disable using web workers for decimation

Optional enableWebWorkers

enableWebWorkers: boolean

enable web workers for this data set

Optional forceUpdate

forceUpdate: boolean

force a from one time from scratch redraw if layer changes

Optional hideInLegend

hideInLegend: boolean

hide this data series in the legend for some reason

Optional onClick

onClick: function

the callback when an item in this data is clicked

param

contains the data for the item that was clicked

Type declaration

    • Parameters

      Returns void

Optional onDoubleClick

onDoubleClick: function

the callback when an item in this data is double clicked

param

contains the data for the item that was clicked

Type declaration

    • Parameters

      Returns void

Optional onHover

onHover: function

the callback when an item in this data is hovered over

param

contains the data for the item that was hovered

Type declaration

    • Parameters

      Returns void

renderType

renderType: RenderType

how to render the data

Optional xAxisIdx

xAxisIdx: number

index of the axis in the associated chart that is the x-axis for this data

Optional xScalingInfo

xScalingInfo: IScalingInfo

scaling info for the X axis

Optional yAxisIdx

yAxisIdx: number

index of the axis in the associated chart that is the y-axis for this data

Optional yScalingInfo

yScalingInfo: IScalingInfo

scaling info for the Y axis

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