# bugfixed - detail chart reverse

This commit is contained in:
xianfuxing 2018-11-16 14:16:43 +08:00
parent 99d5eea018
commit 86a6ccaf63
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ export default {
dateList.push(item.date.substr(5))
})
this.total = response.data.count
this.lineChartData.total.historyData = this.lineChartData.total.historyData.reverse()
this.lineChartData.total.xAxis = dateList.reverse()
this.listLoading = false
})