charts/js/CurveUtil.js:1
Utility class used for calculating curve points.
getControlPointsvals
Defined in
charts/js/CurveUtil.js:88
Gets the control points for the curve.
vals
Array
Collection of values coords used to generate control points.
getCurveControlPointsxcoords
ycoords
Defined in
charts/js/CurveUtil.js:13
Creates an array of start, end and control points for splines.