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

_brush

_brush: Brush

_brushTooltip

_brushTooltip: OneLineTooltip

Protected _colorMgr

_colorMgr: ColorManager

_contextMenuItems

_contextMenuItems: IContextMenuItem[]

_dataTooltip

_dataTooltip: CustomDivTooltip

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

_graphContainer

_graphContainer: any

Protected _graphRect

_graphRect: Rect

The width of the graph. This EXCLUDES the margins.

Protected _handleWidth

_handleWidth: number

width of any graph handles

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 _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.

_tooltipAnalyticsName

_tooltipAnalyticsName: string

_tooltipId

_tooltipId: string

_zoom

_zoom: ZoomBehavior<Element, __type>

configureZoom

configureZoom: function

Type declaration

    • (xExtent: number[], yExtent: number[], height: number, width: number): void
    • Parameters

      • xExtent: number[]
      • yExtent: number[]
      • height: number
      • width: number

      Returns void

getElbowLinkPath

getElbowLinkPath: function

Type declaration

getLinkEndXY

getLinkEndXY: function

get the xy position of the end of the link

Type declaration

getLinkStartXY

getLinkStartXY: function

get the xy position of the start of the link

Type declaration

hoverEnd

hoverEnd: function

Type declaration

    • (): void
    • Returns void

linkHoverStart

linkHoverStart: function

Type declaration

    • (): void
    • Returns void

nodeHoverStart

nodeHoverStart: function

Type declaration

    • (): void
    • Returns void

onHoverChanged

onHoverChanged: function

Type declaration

    • Parameters

      Returns void

Static IS_RESIZING

IS_RESIZING: boolean

used to disable cross graph calls when in redraw mode

Methods

_focus

  • _focus(selection: any): void

_select

  • _select(selection: any): void

_unfocus

  • _unfocus(selection: any): void

_unselect

  • _unselect(selection: any): void

Protected bindZoom

  • bindZoom(): void

brush

Protected configureContextMenu

  • configureContextMenu(): void

Protected configureLinkHover

Protected configureTooltip

  • configureTooltip(): void

Protected configureView

  • configureView(): void

createHandles

  • createHandles(): void

createImage

  • createImage(): Promise<any>

createLayout

  • createLayout(): void

cursorChange

  • cursorChange(event: IEvent): void

focus

getAnimateDuration

  • getAnimateDuration(): number

getColorManager

getElement

Protected getHeightWidth

  • getHeightWidth(options: IOptions): void

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

initializeGraphArea

  • initializeGraphArea(options: IOptions): Selection<SVGGElement, __type, Element | Document | EnterElement | Window, any>

Protected initializeLinkLayer

  • initializeLinkLayer(graphArea: Selection<any, any, d3.BaseType, any>): void

invalidate

Protected loadOptions

render

Protected renderLegend

  • renderLegend(graphHeight?: number): number

Protected renderLinkHelper

  • renderLinkHelper(graphArea: Selection<any, any, d3.BaseType, any>, renderedLinks: IRenderedDiagramLink[], isUpdate?: boolean): void

Protected renderLinks

  • renderLinks(graphArea: Selection<any, any, d3.BaseType, any>): Selection<any, any, d3.BaseType, any>

Protected renderNodes

  • renderNodes(graphArea: Selection<any, any, d3.BaseType, any>, dragStart: function, dragMove: function, dragEnd: function): Selection<any, any, d3.BaseType, any>
  • Parameters

    • graphArea: Selection<any, any, d3.BaseType, any>
    • dragStart: function
        • (node: any): void
        • Parameters

          • node: any

          Returns void

    • dragMove: function
        • (node: any): void
        • Parameters

          • node: any

          Returns void

    • dragEnd: function
        • (node: any): void
        • Parameters

          • node: any

          Returns void

    Returns Selection<any, any, d3.BaseType, any>

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