# bugfixed - detail chart reverse
This commit is contained in:
parent
99d5eea018
commit
86a6ccaf63
|
@ -109,6 +109,7 @@ export default {
|
||||||
dateList.push(item.date.substr(5))
|
dateList.push(item.date.substr(5))
|
||||||
})
|
})
|
||||||
this.total = response.data.count
|
this.total = response.data.count
|
||||||
|
this.lineChartData.total.historyData = this.lineChartData.total.historyData.reverse()
|
||||||
this.lineChartData.total.xAxis = dateList.reverse()
|
this.lineChartData.total.xAxis = dateList.reverse()
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue