Commit 890b8a5c authored by Kimber's avatar Kimber

Merge branch 'xigou-nomerge' of http://h.gemho.cn:7099/zhaojunbao/v3-tailingpond into xigou-nomerge

parents 954ea79e e73f4a18
...@@ -619,7 +619,23 @@ export default { ...@@ -619,7 +619,23 @@ export default {
axisColor:'pink', axisColor:'pink',
}); });
}); });
}else if(type === 't_18'){ // 浸润线剖面
reqApi.common.requstEdge('get', item.requrl, param).then((res)=>{
var data = res.body || {};
var opts = {
chartConfig:{
xAxis: {
labels: {
rotation: 0, // 设置轴标签旋转角度
},
},
},
warningLine:'double',
}; };
Highchart.template.high(panel.el, data, opts);
});
};
next(); next();
}, function(){}); }, function(){});
}, },
......
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