Class: AppSeriesTextManipulator

AppSeriesDirective~ AppSeriesTextManipulator


new AppSeriesTextManipulator(headElement)

Manipulates a text content of a SVG DOM node based on the series value
it receives.

Parameters:
Name Type Description
headElement

the DOM element the manipulator has to control

Source:

Extends

Methods


retrieveDefaults()

Retrieve the default text content.

Source:

setFromSeriesValue(seriesValue, highlight)

Sets the text content to numerical value based on a series value

Parameters:
Name Type Description
seriesValue

the seriesValue, if undefined, resets value to
unmanipulated default value

highlight

whether the series associated with the series value is
currently highlighted

Source: