Commit fee0bbb4 authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent 69bb6fdf
...@@ -362,7 +362,7 @@ class TopologyComponent extends Component { ...@@ -362,7 +362,7 @@ class TopologyComponent extends Component {
curve: go.Link.JumpOver curve: go.Link.JumpOver
}, },
goObj(go.Shape, { toArrow: "OpenTriangle", fill: null }, goObj(go.Shape, { strokeWidth: 2 },
new go.Binding('stroke', 'warnState', (v) => this.getLinkColor(v)) new go.Binding('stroke', 'warnState', (v) => this.getLinkColor(v))
) )
......
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