AppDevNext / AndroidChart

A fork from dead upstream with a lot of merged pull requests from upstream. Including Espresso tests and screenshot tests
Other
106 stars 16 forks source link

Slow performance linechart #211

Open johnnyzen opened 5 months ago

johnnyzen commented 5 months ago

com.github.AppDevNext:AndroidChart:3.1.0.21 Android 14

Hi there

Getting slow performance on linecharts with 4000 point datasets (5 datasets of 4000 points)

Is there anything I can do to optimise? - I cannot reduce the points :(

Thanks for continuing this project.

hannesa2 commented 5 months ago

Performance improvement means first to measure it, to see the impact of improvement.

As the first step you could make an espresso test to have measurements, then we could see what we can do...

johnnyzen commented 5 months ago

Fair comment. Will see what I can rustle up