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 _center

_center: IXYValue

Protected _colorMgr

_colorMgr: ColorManager

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 _hoverItem

_hoverItem: any

Protected _interactionState

_interactionState: InteractionState

Protected _legend

_legend: D3Legend

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

arc: Arc<any, IPolarSegment>

Protected getDataDisplayValue

getDataDisplayValue: function

Type declaration

    • (d: any): number
    • Parameters

      • d: any

      Returns number

Protected getDataKey

getDataKey: function

Type declaration

    • (d: any): number | string
    • Parameters

      • d: any

      Returns number | string

Protected getDataName

getDataName: function

Type declaration

    • (d: any): string
    • Parameters

      • d: any

      Returns string

Protected getDataValue

getDataValue: function

Type declaration

    • (d: any): number
    • Parameters

      • d: any

      Returns number

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

brush

Protected configureItemInteraction

  • configureItemInteraction(target: Selection<d3.BaseType, any, d3.BaseType, any>, value: any, selectionValue: string): void
  • configures segment hover and stores the current hovered item for others to use in the _selection variable

    Parameters

    • target: Selection<d3.BaseType, any, d3.BaseType, any>
    • value: any
    • selectionValue: string

    Returns void

Protected configureTooltip

  • configureTooltip(target?: Selection<d3.BaseType, any, d3.BaseType, any>, value?: ISummaryValue): void

createHandles

  • createHandles(): void

createImage

  • createImage(): Promise<any>

createLayout

  • createLayout(): void

cursorChange

  • cursorChange(event: IEvent): void

focus

getAnimateDuration

  • getAnimateDuration(): number

getColorManager

getElement

Protected getLegendData

  • getLegendData(): any[]

getOptions

getRenderedCss

  • getRenderedCss(): Css

Protected getSegmentClasses

  • getSegmentClasses(d: any): string

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

render

Protected renderData

  • renderData(): void

Protected renderLegend

  • renderLegend(pieLeft: number, pieTop: number, diameter: number): void

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