What chart library do y’all recommend or use for C...
# compose
y
What chart library do y’all recommend or use for Compose projects? My use case is pie charts and line charts, but I’m having a hard time to find a Compose library for this and considering to use a View library instead. I’m trying to create something like the line chart here
5
☝🏻 1
☝️ 1
i
My guess is using native Views with AndroidView
y
I ended up creating a wrapper around MPAndroidCharts, picked it because it seems to be the one which is most configurable and popular. Unfortunately, the repo looks and perhaps is abandoned (https://github.com/PhilJay/MPAndroidChart). For anyone else about to wander this road, it does the basics of displaying different types of graph and simple interactions fine (zoom / pan / tap). But it lacks scrubbing (= drag along the lines and see some feedback, for example moving time in a YT video).
👍 1