BrianWahinya opened a new issue #10004: Echarts Broken Tree Chart URL: https://github.com/apache/incubator-echarts/issues/10004 How can I create a tree diagram (using echarts version 3 or 4) with straight lines and square corners like in echarts version 2. Click this link to see an example. (https://echarts.baidu.com/echarts2/doc/example/tree1.html#-en)? ` lineStyle: { color: '#000', width: 1, type: 'broken' // 'curve'|'broken'|'solid'|'dotted'|'dashed' }` On the new version of echarts tree chart, type:’broken’ modifies the texture of the line, not the shape of the line as in older version.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
