Replies: 1 comment
-
Hello! Thanks for the suggestion. We’ll be looking into this. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
As it's mentioned in the Compose Stability.
Since chart libraries depends heavily on collections and animations, they should use immutable collections to improve performance and reduce unnecessary recompositions.
Kotlinx Immutable Collections is the best library to be used in this situation.
Beta Was this translation helpful? Give feedback.
All reactions