Global

Members

lang

wrap

Wrap a method with extended functionality, preserving the original function.

' * @function Highcharts.wrap

Methods

addDestroyFocusBorderHook(el)

Add hook to destroy focus border if SVG element is destroyed, unless hook already exists.

Parameters:
Name Type Description
el

Element to add destroy hook to

addUpdateFocusBorderHooks(el, updateParams)

Add hooks to update the focus border of an element when the element size/position is updated, unless already added.

Parameters:
Name Type Description
el

Element to add update hooks to

updateParams

Parameters to pass through to addFocusBorder when updating.

removeDestroyFocusBorderHook(el)

Remove hook from SVG element added by addDestroyFocusBorderHook, if existing.

Parameters:
Name Type Description
el

Element to remove destroy hook from

removeUpdateFocusBorderHooks(el)

Remove hooks from SVG element added by addUpdateFocusBorderHooks, if existing.

Parameters:
Name Type Description
el

Element to remove update hooks from

Type Definitions

GlobalSVGElement

Reference to the global SVGElement class as a workaround for a name conflict in the Highcharts namespace.

Type:
  • global.SVGElement
See also: