Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Protected _childMap

_childMap: any

Protected _colorMgr

_colorMgr: ColorManager

Protected _currentRoot

_currentRoot: any

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 _graphArea

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

Protected _graphRect

_graphRect: Rect

The width of the graph. This EXCLUDES the margins.

Protected _handleWidth

_handleWidth: number

width of any graph handles

Protected _hoverEnd

_hoverEnd: function

Type declaration

    • Parameters

      Returns void

Protected _hoverItem

_hoverItem: any

Protected _hoverStart

_hoverStart: function

Type declaration

    • Parameters

      Returns void

Protected _interactionState

_interactionState: InteractionState

Protected _maxGraphWidth

_maxGraphWidth: number

Protected _maxSvgWidth

_maxSvgWidth: number

Protected _minSvgWidth

_minSvgWidth: number

Protected _navBarHeight

_navBarHeight: number

Protected _navBarSvg

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

Protected _navBarText

_navBarText: string

Protected _onHoverChanged

_onHoverChanged: function

Type declaration

    • Parameters

      Returns void

Protected _options

_options: IOptions

Protected _parent

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

Protected _radius

_radius: number

Protected _renderer

_renderer: UIRenderer

the parent renderer of this renderer

Protected _requiresRelayout

_requiresRelayout: boolean

indicates we need to relayout the existing graph

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 _treemap

_treemap: any

Protected _xScale

_xScale: any

Protected _yScale

_yScale: any

Static IS_RESIZING

IS_RESIZING: boolean

used to disable cross graph calls when in redraw mode

Methods

Protected _addInteractionHelper

  • _addInteractionHelper(target: any, onClick: function, onDoubleClick: function, contextMenuItems: IContextMenuItem[]): void

_focus

  • _focus(selection: any): void

Protected _hasChildMap

  • _hasChildMap(node: any): any

Protected _renderTreeMap

  • _renderTreeMap(oldRoot: any, newRoot: any): void

_select

  • _select(selection: any): void

Protected _showChildMap

  • _showChildMap(target: any, node: any): Selection<SVGGElement, any, Element | Document | EnterElement | Window, any>
  • Parameters

    • target: any
    • node: any

    Returns Selection<SVGGElement, any, Element | Document | EnterElement | Window, any>

_unfocus

  • _unfocus(selection: any): void

_unselect

  • _unselect(selection: any): void

brush

Protected configureTooltip

  • configureTooltip(): void

createHandles

  • createHandles(): void

createImage

  • createImage(): Promise<any>

createLayout

  • createLayout(): void

cursorChange

  • cursorChange(event: IEvent): void

focus

getAnimateDuration

  • getAnimateDuration(): number

getColorManager

getElement

getOptions

getRenderedCss

  • getRenderedCss(): Css

getTooltipData

  • getTooltipData(event: IEvent): any

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

render

saveImage

  • saveImage(): void

select

setColorManager

updateHandles

  • updateHandles(): void

zoom

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