Replies: 1 comment
-
I have similar use case, but only have 3 charts on a screen. I have extracted the chart as a component with each having it's own canvas. So far I have not experienced any performance issues, (for both iOS, android) visually. (Did not benchmark) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand if there are performance costs to having multiple skia canvase's on a single page i.e. I have a page with 10+ different charts and want to use individual canvas for each (makes data calc / painting easier). Is this ok to do or are there performance hit costs vs using single canvas?
Beta Was this translation helpful? Give feedback.
All reactions