Utility class used for calculating curve points.
getControlPoints
vals
Defined in
charts/js/CurveUtil.js:99
Gets the control points for the curve.
vals
Array
Collection of values coords used to generate control points.
Array
getCurveControlPoints
xcoords
ycoords
Defined in
charts/js/CurveUtil.js:19
Creates an array of start, end and control points for splines.
Object