google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.8k stars 1.21k forks source link

BarChart: Customize label texts #691

Closed tafkag closed 2 years ago

tafkag commented 2 years ago

Is there any way to change the label texts of the x-axis without effecting the grouping of the series list? In my example, I want lay out a bar for every day of the month but not every day should be labeled as this would be very cluttered and labels would overlap each other.

image

Is there any way to achive this?

tafkag commented 2 years ago

I'm using TimeSeriesChart now which seems to close enough to what I want to achive.