From 142c2321e95bdb274f7451e2f070847a631f32c4 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期三, 04 十二月 2024 08:48:50 +0800 Subject: [PATCH] 去系统建模坐标辅助线 --- web/src/views/modules/taskReliability/SimulatCurve.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/views/modules/taskReliability/SimulatCurve.vue b/web/src/views/modules/taskReliability/SimulatCurve.vue index 063cc18..7d7fadf 100644 --- a/web/src/views/modules/taskReliability/SimulatCurve.vue +++ b/web/src/views/modules/taskReliability/SimulatCurve.vue @@ -36,7 +36,7 @@ } this.option = { title: { - text: "mtbf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, + text: "mttf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, textStyle: { // 涓绘爣棰樻枃鏈牱寮弡"fontSize": 18,"fontWeight": "bolder","color": "#333"} fontFamily: 'Arial', fontSize: 30, @@ -68,6 +68,7 @@ }, series: [ { + symbol: "none", data: this.yDataList, type: 'line', smooth: true @@ -94,7 +95,7 @@ } this.option = { title: { - text: "mtbf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, + text: "mttf:" + this.mtbf + " mttr:" + this.mttr + " msr:" + this.msr, textStyle: { // 涓绘爣棰樻枃鏈牱寮弡"fontSize": 18,"fontWeight": "bolder","color": "#333"} fontFamily: 'Arial', fontSize: 30, -- Gitblit v1.9.1