Graph: Improve point rendering performance (#22610)

this PR improves canvas rendering performance in drawSeriesPoints
This commit is contained in:
jonghyeon 2020-03-06 17:26:15 +09:00 committed by GitHub
parent 99daa4454b
commit 0f6769665a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2621,8 +2621,8 @@ Licensed under the MIT license.
ctx.fillStyle = fillStyle; ctx.fillStyle = fillStyle;
ctx.fill(); ctx.fill();
} }
ctx.stroke();
} }
ctx.stroke();
} }
ctx.save(); ctx.save();