Class: AppSeriesClassManipulator

AppSeriesDirective~ AppSeriesClassManipulator


new AppSeriesClassManipulator(headElement, className)

Manipulates the CSS class of a SVG DOM node based on whether it receives
values from the specified series and depending on whether it this series
is highlighted or a not.

Parameters:
Name Type Description
headElement

the DOM element the manipulator has to control

className

the class name with suffix "-yes" or "-no" to apply to
the element based on whether the element currently receives data from
the series it is assigned to.

Source:

Extends

Methods


setFromSeriesValue(seriesValue, highlight)

Sets the CSS classes of the SVG DOM node based on whether the DOM node
currently receives values from the configured series and based on whether
this series is currently highlighted.

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: