Commit 0f676966 by jonghyeon Committed by GitHub

Graph: Improve point rendering performance (#22610)

this PR improves canvas rendering performance in drawSeriesPoints
parent 99daa445
...@@ -2621,8 +2621,8 @@ Licensed under the MIT license. ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment