如何自定义domainAxis LineChart flutter_charts

时间:2019-01-09 04:55:41

标签: charts flutter point

我使用flutter_charts库实现了折线图,但是我不知道如何更改图表中的domainAxis。我已经将数据放入数组中。

final data = [
  new LinearSales(9, 1),
  new LinearSales(10, 0),
  new LinearSales(11, 0),
  new LinearSales(12, 0),...
];

但是显示看起来像这样

enter image description here

请帮助...

0 个答案:

没有答案