标签: charts flutter point
我使用flutter_charts库实现了折线图,但是我不知道如何更改图表中的domainAxis。我已经将数据放入数组中。
final data = [ new LinearSales(9, 1), new LinearSales(10, 0), new LinearSales(11, 0), new LinearSales(12, 0),... ];
但是显示看起来像这样
请帮助...