ehsannarmani / ComposeCharts

Animated & Flexible Practical Charts For Jetpack Compose
Apache License 2.0
118 stars 7 forks source link

xAxis problem #9

Closed BabakR-alefba closed 1 week ago

BabakR-alefba commented 1 week ago

Hi. I set "xAxisProperties" -> lineCount = 4 like below image: Screenshot_1719717909

but some times it got problem. like below: Screenshot_1719717900 as you see the number "37" repeat two times.

ehsannarmani commented 1 week ago

@BabakR-alefba Hi Dear, The bug fixed in 0.0.9

Notice that count property in IndicatorProperties specifies the count of that numbers which positioned in left of your chart, the count property in xAxsisPropertis is just the count of lines.

Thank you so much for reporting the bug 🙏