diff --git a/nezha-fronted/src/components/common/project/topologyL5.vue b/nezha-fronted/src/components/common/project/topologyL5.vue index 3b5601fa2..0ebce2968 100644 --- a/nezha-fronted/src/components/common/project/topologyL5.vue +++ b/nezha-fronted/src/components/common/project/topologyL5.vue @@ -50,7 +50,7 @@
-
@@ -58,7 +58,7 @@ @@ -66,7 +66,7 @@
{{$t('project.topology.defaultLineType')}} - +
@@ -521,9 +521,9 @@ chartData:{}, chartGetData:[], penLineType:[ - {d:'M5 19 a50,100 0 0,1 40,0',"stroke-dasharray":"",name:this.$t('project.topology.curve')}, - {d:'M5 8 l20 0 l0 12 l20 0',"stroke-dasharray":"",name:this.$t('project.topology.polyline')}, - {d:'M5 14 l40 0',"stroke-dasharray":"",name:this.$t('project.topology.line')}, + {d:'M5 19 a50,100 0 0,1 40,0',"stroke-dasharray":"",name:this.$t('project.topology.curve'),id:'curve'}, + {d:'M5 8 l20 0 l0 12 l20 0',"stroke-dasharray":"",name:this.$t('project.topology.polyline'),id:'polyline'}, + {d:'M5 14 l40 0',"stroke-dasharray":"",name:this.$t('project.topology.line'),id:'line'}, // {d:'M5 20 C0,8 50,0 85,0',"stroke-dasharray":"",name:'mind'}, ], lineName:'curve',