Search results

CandleSeries API in JavaScript (ES5) Chart API control

CandleSeries module is used to render the candle series.

Methods

doAnimation

Animates the series.

Parameter Type Description
series Series Defines the series to animate.

Returns void

getPathString

Generates the SVG path string based on the top and mid rectangles for the specified series.

Parameter Type Description
topRect Rect The top rectangle.
midRect Rect The mid rectangle.
series Series The series for which the path string is generated.

Returns string