jjoe64 / GraphView

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

library size too high #691

Open Manishoaham opened 1 year ago

Manishoaham commented 1 year ago

On adding the dependency implementation 'com.jjoe64:graphview:4.2.2' to my android studio project, the built app size got increased by ~4MB. I have to include a single simple line graph to my app. Comparative to the functionality required, paying to this size is too high (current app size is ~12MP which is becoming ~16MB).

Do we have split library e.g. by type of graphs e.g. LineGraph, BarGraph, PieChart, AreaGraph etc?