ehsannarmani / ComposeCharts

Animated & Flexible Practical Charts For Jetpack Compose
https://ehsannarmani.github.io/ComposeCharts/
Apache License 2.0
388 stars 25 forks source link

Support step-based indicator labels #39

Closed Queatz closed 4 weeks ago

Queatz commented 1 month ago

Currently, we can only specify the number of indicator labels. We should also be able to specify a step (or specify individually). For example, we might want to step be 10 units, and don't mind how many indicators there are.

ehsannarmani commented 1 month ago

Hi @Queatz , you can calculate for your self to do that, divide your max value to 10 to do that.

ehsannarmani commented 4 weeks ago

Now, in 0.0.15 version you can use step based indicators