Graph: Improve point rendering performance (#22610)

this PR improves canvas rendering performance in drawSeriesPoints
This commit is contained in:
jonghyeon
2020-03-06 09:26:15 +01:00
committed by GitHub
parent 99daa4454b
commit 0f6769665a
+1 -1
View File
@@ -2621,8 +2621,8 @@ Licensed under the MIT license.
ctx.fillStyle = fillStyle;
ctx.fill();
}
ctx.stroke();
}
ctx.stroke();
}
ctx.save();