thomas-AOT-4029 pr

pull/3/head
thomas.duval 5 years ago
parent 1f14b71bb8
commit 5de5f3190b

@ -3067,7 +3067,7 @@ Licensed under the MIT license.
}
function drawSeriesPoints(series, i) {
function plotPoints(datapoints, radius, fillStyle, offset, shadow, axisx, axisy, symbol, extraData = null, t) {
function plotPoints(datapoints, radius, fillStyle, offset, shadow, axisx, axisy, symbol, extraData = null, t = 0) {
var points = datapoints.points, ps = datapoints.pointsize;
for (var i = 0; i < points.length; i += ps) {

Loading…
Cancel
Save