From: Robert Konigsberg Date: Tue, 16 Jul 2013 12:41:02 +0000 (-0400) Subject: Make seriesToPoints_ and stackPoints_ private. They are being rendered as part of... X-Git-Tag: v1.0.0~15^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=24f2a74f2b51cd3ecc187618ea9e061956cf9895;p=dygraphs.git Make seriesToPoints_ and stackPoints_ private. They are being rendered as part of JSDoc, which is wrong, but also, seriesToPoints_ has the closure substring ")>} series Array where * series[row] = [x,y] or [x, [y, err]] or [x, [y, yplus, yminus]]. * @param {boolean} bars True if error bars or custom bars are being drawn. @@ -2333,6 +2334,7 @@ Dygraph.seriesToPoints_ = function(series, bars, setName, boundaryIdStart) { * to reflect the stacked values. * @param {string} fillMethod Interpolation method, one of 'all', 'inside', or * 'none'. + * @private */ Dygraph.stackPoints_ = function( points, cumulativeYval, seriesExtremes, fillMethod) {