Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected DEFAULT_GRAPH_HEIGHT

DEFAULT_GRAPH_HEIGHT: number

Protected _backgroundSVG

_backgroundSVG: Selection<d3.BaseType, __type, d3.BaseType, any>

the svg that contains the chart

_brush

_brush: Brush

Brush for this graph - Only defined if this graph can be zoomed

Protected _brushTooltip

_brushTooltip: OneLineTooltip

the tooltip object

Protected _colorMgr

_colorMgr: ColorManager

Protected _contextMenuItems

_contextMenuItems: IContextMenuItem[]

Protected _dataTooltip

_dataTooltip: CustomDivTooltip

the tooltip object

Protected _element

_element: UIElement

the original user defined element

Protected _fillColors

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

stores the original fill colors for an series

Protected _graphRect

_graphRect: Rect

The width of the graph. This EXCLUDES the margins.

Protected _handleWidth

_handleWidth: number

width of any graph handles

Protected _hasBottomHandle

_hasBottomHandle: boolean

flag that determines whether to have a bottom handle. May be controlled by IOptions.disableResizeBottom or based on the data type in the chart

Protected _hoverLine

_hoverLine: Selection<d3.BaseType, __type, d3.BaseType, any>

Tooltip div id

Protected _ignoreZoomHack

_ignoreZoomHack: boolean = false

this is used to prevent stack overflow from zoom behavior change in 5.10.x on

Protected _interactionState

_interactionState: InteractionState

Protected _maxGraphWidth

_maxGraphWidth: number

Protected _maxSvgWidth

_maxSvgWidth: number

Protected _minSvgWidth

_minSvgWidth: number

Protected _options

_options: IOptions

Protected _parent

_parent: Selection<any, any, d3.BaseType, any>

Protected _renderer

_renderer: UIRenderer

the parent renderer of this renderer

Protected _requiresRelayout

_requiresRelayout: boolean

indicates we need to relayout the existing graph

Protected _scaleAxis

_scaleAxis: D3Axis

the d3 scale used for brushes and tooltips

Protected _strokeColors

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

stores the original stroke colors for an series

Protected _svg

_svg: Selection<d3.BaseType, __type, d3.BaseType, any>

the svg that contains the chart

Protected _svgRect

_svgRect: Rect

The height of the graph. This INCLUDES the margins.

Protected _tooltipAnalyticsName

_tooltipAnalyticsName: string

Holds the analytics name for the tooltip for this chart

Protected _tooltipId

_tooltipId: string

Tooltip div id

Protected _xMax

_xMax: number

Protected _xMaxLimit

_xMaxLimit: number

Protected _xMin

_xMin: number

Protected _xMinLimit

_xMinLimit: number

cursorEnter

cursorEnter: function

Type declaration

    • (): boolean
    • Returns boolean

cursorExit

cursorExit: function

Type declaration

    • (): boolean
    • Returns boolean

cursorMove

cursorMove: function

Type declaration

    • (): boolean
    • Returns boolean

onHover

onHover: function

Type declaration

    • Parameters

      Returns boolean

Static IS_RESIZING

IS_RESIZING: boolean

used to disable cross graph calls when in redraw mode

Static SERIES_RENDERERS

SERIES_RENDERERS: any[] = []

Methods

_focus

  • _focus(selection: any): void

_select

  • _select(selection: any): void

_unfocus

  • _unfocus(selection: any): void

_unselect

  • _unselect(selection: any): void

Protected addHoverline

  • addHoverline(): void

brush

Protected configureBrush

  • configureBrush(): void

Protected configureBrushHelper

  • configureBrushHelper(group: Selection<d3.BaseType, __type, d3.BaseType, any>): void

Protected configureContextMenu

  • configureContextMenu(): void

Protected configureCursorTracking

  • configureCursorTracking(): void

Protected configureTooltip

  • configureTooltip(): void

Protected configureZoom

  • configureZoom(): void

Protected configureZoomHelper

  • configureZoomHelper(group: Selection<d3.BaseType, __type, d3.BaseType, any>): void

contextMenu

createHandles

  • createHandles(): void

createImage

  • createImage(): Promise<any>

createLayout

  • createLayout(): void

cursorChange

  • cursorChange(event: IEvent): void

focus

getAnimateDuration

  • getAnimateDuration(): number

getColorManager

getContextMenuItems

getElement

getGraphGroup

  • getGraphGroup(): any

getOptions

getRenderedCss

  • getRenderedCss(): Css

getRenderer

getTitle

  • getTitle(): string

getTooltip

getTooltipData

hover

  • deprecated

    ('Deprecated since 1.14.0 in favor of focus. Will be removed in 2.x') hover event

    Parameters

    • event: IEvent

      the event to pass to the renderer

    Returns void

Protected initialize

  • initialize(element: UIElement, renderer: UIRenderer, parent: Selection<any, any, d3.BaseType, any>): void

invalidate

Protected loadOptions

Protected onZoomChanged

  • onZoomChanged(event: IEvent): void

Protected populateTooltip

  • populateTooltip(xPixelOffset: number, yPixelOffset: number): void

render

saveImage

  • saveImage(): void

select

setColorManager

updateHandles

  • updateHandles(): void

Protected updateZoom

  • updateZoom(xStart: number, xEnd: number, yStart: number, yEnd: number): void

Protected updateZoomHelper

  • updateZoomHelper(group: Selection<d3.BaseType, __type, d3.BaseType, any>, xStart: number, xEnd: number, yStart: number, yEnd: number): void

zoom

Static register

  • register(seriesRenderer: any): void

Object literals

Protected AXIS_PADDING

AXIS_PADDING: object

X

X: number = 10

Y

Y: object

BOTTOM

BOTTOM: number = 10

TOP

TOP: number = 10

Protected LEGEND_PADDING

LEGEND_PADDING: object

X

X: number = 10

Y

Y: object

BOTTOM

BOTTOM: number = 10

TOP

TOP: number = 10

Protected MIN_MARGIN

MIN_MARGIN: object

BOTTOM

BOTTOM: number = 10

LEFT

LEFT: number = 0

RIGHT

RIGHT: number = 10

TOP

TOP: number = 0

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