Commit e1bbb67b by lyy

echarts图表显示问题

parent fa7e68db
......@@ -471,12 +471,12 @@
onSuccess: function (res) {
_this.queryZHCLInfoList = res.extAttr.result;
// _this.queryZHCLInfoList.forEach(item => {
// item.label = {
// show: true,
// position: 'top'
// };
// });
_this.queryZHCLInfoList.forEach(item => {
item.label = {
show: true,
position: 'top'
};
});
var overallMax = -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