Commit e1bbb67b by lyy

echarts图表显示问题

parent fa7e68db
...@@ -471,12 +471,12 @@ ...@@ -471,12 +471,12 @@
onSuccess: function (res) { onSuccess: function (res) {
_this.queryZHCLInfoList = res.extAttr.result; _this.queryZHCLInfoList = res.extAttr.result;
// _this.queryZHCLInfoList.forEach(item => { _this.queryZHCLInfoList.forEach(item => {
// item.label = { item.label = {
// show: true, show: true,
// position: 'top' position: 'top'
// }; };
// }); });
var overallMax = -Infinity; var overallMax = -Infinity;
var overallMin = Infinity; var overallMin = Infinity;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment