Commit e73f4a18 authored by xinzhedeai's avatar xinzhedeai

图表自动化配置 修改 爆破震动

parent cd60b0f0
......@@ -619,7 +619,23 @@ export default {
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();
}, 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