infinum / flutter-charts

Customizable charts library for flutter.
https://pub.dev/packages/charts_painter
MIT License
144 stars 42 forks source link

any way to add year on bottom of bar chart #16

Closed keinagae closed 3 years ago

lukaknezic commented 3 years ago

Hey @keinagae,

You can, if you are using GridDecoration then you need to provide verticalAxisValueFromIndex, and if you are using VerticalDecoration then provide valueFromIndex.

You will get index, and you can format it to any string you want to show.