Closed keinagae closed 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.
GridDecoration
verticalAxisValueFromIndex
VerticalDecoration
valueFromIndex
You will get index, and you can format it to any string you want to show.
Hey @keinagae,
You can, if you are using
GridDecoration
then you need to provideverticalAxisValueFromIndex
, and if you are usingVerticalDecoration
then providevalueFromIndex
.You will get index, and you can format it to any string you want to show.