diff --git a/jquery.flot.js b/jquery.flot.js index b84f5d7..79d4c1d 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -2381,7 +2381,7 @@ Licensed under the MIT license. } ctx.lineWidth = lw; - ctx.strokeStyle = series.points.strokeColor ? series.points.strokeColor : series.color; + ctx.strokeStyle = series.points.strokeColor || series.color; plotPoints(series.datapoints, radius, getFillStyle(series.points, series.color), 0, false, series.xaxis, series.yaxis, symbol);