NEZ-1135 fix; 图表中没有最下方的边框线
This commit is contained in:
@@ -948,6 +948,10 @@ export default {
|
|||||||
useUTC: false, // 使用本地时间
|
useUTC: false, // 使用本地时间
|
||||||
series: dataArg
|
series: dataArg
|
||||||
}
|
}
|
||||||
|
if (!maxValueCopies.copies) {
|
||||||
|
option.yAxis.min = 0
|
||||||
|
option.yAxis.max = 1
|
||||||
|
}
|
||||||
if (unit.type == 'Time') {
|
if (unit.type == 'Time') {
|
||||||
delete option.yAxis.maxInterval
|
delete option.yAxis.maxInterval
|
||||||
}
|
}
|
||||||
@@ -1024,7 +1028,6 @@ export default {
|
|||||||
getChart(self.chartIndex).clear()
|
getChart(self.chartIndex).clear()
|
||||||
getChart(self.chartIndex).setOption(option)// 创建图表
|
getChart(self.chartIndex).setOption(option)// 创建图表
|
||||||
}
|
}
|
||||||
|
|
||||||
self.$refs['localLoading' + self.chartIndex].endLoading()
|
self.$refs['localLoading' + self.chartIndex].endLoading()
|
||||||
self.firstShow = true // 展示操作按键
|
self.firstShow = true // 展示操作按键
|
||||||
}, 800)
|
}, 800)
|
||||||
|
|||||||
Reference in New Issue
Block a user