From 5de5f3190b78f558c77e8e95eb52b623c21f6ecb Mon Sep 17 00:00:00 2001 From: "thomas.duval" Date: Fri, 1 Oct 2021 15:06:01 +1000 Subject: [PATCH] thomas-AOT-4029 pr --- src/jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.flot.js b/src/jquery.flot.js index d0b9af0..e992b2b 100644 --- a/src/jquery.flot.js +++ b/src/jquery.flot.js @@ -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) {