CN-1185: 趋势图展示的数据与悬浮框中的数据不符
This commit is contained in:
@@ -219,6 +219,7 @@ export default {
|
||||
this.chartOption = _.cloneDeep(trafficLineChartOption)
|
||||
const chartOption = this.chartOption.series[0]
|
||||
|
||||
echartsData = echartsData.reverse()
|
||||
this.chartOption.series = echartsData.map((t) => {
|
||||
// 根据参数转换y轴单位
|
||||
this.chartOption.yAxis[0].axisLabel.formatter = (value) => {
|
||||
|
||||
Reference in New Issue
Block a user