We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ffd864 + 45e74ea commit 491d30bCopy full SHA for 491d30b
src/chart/tree/TreeView.js
@@ -469,7 +469,7 @@ function drawEdge(
469
470
graphic.updateProps(edge, {
471
shape: getEdgeShape(seriesScope, sourceLayout, targetLayout),
472
- style: {opacity: 1}
+ style: zrUtil.defaults({opacity: 1}, seriesScope.lineStyle)
473
}, seriesModel);
474
}
475
@@ -499,7 +499,7 @@ function drawEdge(
499
parentPoint: [targetLayout.x, targetLayout.y],
500
childPoints: childPoints
501
},
502
503
504
505
0 commit comments