jaikeerthick / Composable-Graphs

✨ A very Minimal, Sleek and Powerful Graph library for Android built with Kotlin & Jetpack Compose
Apache License 2.0
185 stars 13 forks source link

Decouple axis labels from LineData #34

Open sunny-chung opened 6 months ago

sunny-chung commented 6 months ago

When there are many many points flooding in, x-axis labels are overwhelmed. It would be nice if it could be decoupled. For example, accepting a function to convert point data to labels, and accept a parameter to control the density of labels.

This might be a breaking API change.

Screenshot 2024-03-09 at 11 39 35 AM

I wish the density of grid lines could be configured as well.

SeriousProgramer commented 6 months ago

Any success with this?