ehsannarmani / ComposeCharts

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

How to dynamically change the font color of LabelProperties #53

Open Lans opened 2 days ago

Lans commented 2 days ago

I used the onBarClick method, but how do I change the font color at the bottom of the corresponding bar chart after clicking?

ehsannarmani commented 2 days ago

Hi @Lans , if you want to set specific text style for every label, it's not supported currently.

Lans commented 2 days ago

image I want to achieve this effect, and I hope to support it in the future

ehsannarmani commented 2 days ago

Thank you for your suggestion, in the next versions i will add a feature to do this.