You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed an example app on my phone (IOS) and played around with LineChart. What I have noticed is that while I was touch and dragging on a dynamic chart, memory was leaking. It started with 47mb then spiked to 100mb easily. Also, even if I switch to another screen, the amount of leaked memory stayed same. I was expecting it would go from 100mb to 47mb (which is a default RAM usage for the app).
I would really appreciate if you could tackle a cause of this problem and fix it. Thanks! Keep up the good work. I like how responsive and interactive charts are :)
I have installed an example app on my phone (IOS) and played around with LineChart. What I have noticed is that while I was touch and dragging on a dynamic chart, memory was leaking. It started with 47mb then spiked to 100mb easily. Also, even if I switch to another screen, the amount of leaked memory stayed same. I was expecting it would go from 100mb to 47mb (which is a default RAM usage for the app).
I would really appreciate if you could tackle a cause of this problem and fix it. Thanks! Keep up the good work. I like how responsive and interactive charts are :)
Here is a snippet of my package.json file
The text was updated successfully, but these errors were encountered: