jjoe64 / GraphView

Android Graph Library for creating zoomable and scrollable line and bar graphs.
https://github.com/jjoe64/GraphView/wiki
Other
2.76k stars 811 forks source link

GraphView freezing when i have 2 to 4 Datapoints #663

Open nscRodolfo opened 4 years ago

nscRodolfo commented 4 years ago

When populating the graph it's all ok with 1 point or 5(or more) points, however when I get from my database 2 to 4 points the graphic is never created, and freeze the app, can you help me?

leydere commented 3 years ago

Seeing a similar issue. When I should be displaying 5 or less data points, it will only display one. The app does not freeze, it just does not populate the graph correctly. If I expand my database query to include six or more data points it seems to work fine though.