#flutter #linegraph #mpchartios
Вопрос:
как настроить axisValueFormatter для оси X в MP-диаграмме для флаттера. Я могу найти решения для MP chart android, но не для flutter, пожалуйста, помогите. в настоящее время мой код выглядит так:
xAxisSettingFunction: (xAxis, controller) { xAxis ..typeface = Util.BOLD ..textColor = (ColorUtils.WHITE) ..textSize = (11) ..drawGridLines = (true) ..enabled = (true) ..position = (XAxisPosition.BOTTOM) ..axisValueFormatter() ..drawAxisLine = (true); }