使用 flutter 包 fl_chart 在折线图中显示日期时间和重量数据

问题描述

我暂时使用了此代码。但我不确定如何将 DateTime 值表示为 x 轴的 int(值),以及如何缩放 Y 轴的数据。

代码如下:

This is where the x and y axis label is given.

    getTitles: (value) {
            switch (value.toInt()) {
              case 0:
                return 'MON';
              case 2:
                return 'TUE';
              case 4:
                return 'WED';
              case 6:
                return 'THU';
              case 8:
                return 'FRI';
              case 10:
                return 'SAT';
              case 12:
                return 'SUN';
            }
            return '';
          },

但这里是完整的代码https://pastebin.com/VwBcRrbJ

这是图表的当前状态(使用代码)。

Flutter Chart Display

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)