Search results

HistogramSeries API in Angular Chart API component

HistogramSeries module is used to render the histogram series.

Methods

doAnimation

Animates the series.

Parameter Type Description
series Series Defines the series to animate.

Returns void

processInternalData

Processes the internal data for the series.

Parameter Type Description
data Object[] The internal data to be processed.
series Series The series for which the internal data is processed.

Returns Object[]

updateDirection

Updates the direction of rendering for the specified series.

Parameter Type Description
series Series The series to be rendered.

Returns void