Search results

WaterfallSeries API in JavaScript Chart API control

WaterfallSeries module is used to render the waterfall series.

Methods

doAnimation

Animates the series.

Parameter Type Description
series Series Defines the series to animate.

Returns void

processInternalData

Processes the internal data for a series.

Parameter Type Description
json Object[] The internal data JSON array.
series Series The series for which to process the data.

Returns Object[]

updateDirection

Updates the direction of rendering for the specified series.

Parameter Type Description
series Series The series to be rendered.

Returns void