You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/12/09 02:53:00 UTC

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11808: Add polyline edge layout for the tree series #7090

pissang commented on a change in pull request #11808: Add polyline edge layout for the tree series #7090
URL: https://github.com/apache/incubator-echarts/pull/11808#discussion_r355244749
 
 

 ##########
 File path: src/chart/tree/TreeSeries.js
 ##########
 @@ -139,6 +139,9 @@ export default SeriesModel.extend({
         // the layout of the tree, two value can be selected, 'orthogonal' or 'radial'
         layout: 'orthogonal',
 
+        // value can be 'polyline'
+        edgeLayout: 'curve',
 
 Review comment:
   I think `edgeShape` is better. `edgeLayout` is more like the `position` of edge

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org