处理 CPU页面 曲线图弹窗中没有图形的问题
This commit is contained in:
parent
ed653bf0fc
commit
d0099126dc
|
@ -122,7 +122,7 @@
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
@cancel="onCancel"
|
@cancel="onCancel"
|
||||||
>
|
>
|
||||||
<div class="modal-content" id="common"></div>
|
<div class="modal-content" id="common_cpu"></div>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
<CreateRules
|
<CreateRules
|
||||||
:visible="visible_rule"
|
:visible="visible_rule"
|
||||||
|
@ -703,7 +703,7 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
drawLine(option) {
|
drawLine(option) {
|
||||||
this.myLine = echarts.init(document.getElementById("common"))
|
this.myLine = echarts.init(document.getElementById("common_cpu"))
|
||||||
this.myLine.setOption(option)
|
this.myLine.setOption(option)
|
||||||
window.addEventListener("resize", function () {
|
window.addEventListener("resize", function () {
|
||||||
this.myLine.resize();
|
this.myLine.resize();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user