deqingli commented on issue #8966: Add node align for the Sankey diagram URL: https://github.com/apache/incubator-echarts/pull/8966#issuecomment-418038971 hi @jas0ncn, I'm the author of Sankey diagram, thank you for your PR. Many people have given me feedback before you mentioned the problem. I tried to add a `align` configuration item like you, like D3, but I found that this does not solve the fundamental problem, because if the user wants a node to display at a specific layer in the middle, there is no way to satisfy it. So I am going to add a new layout, set up a `layer` configuration item, and the user specifies the nodes for each layer. Thanks again! Best wishes, Deqing
---------------------------------------------------------------- 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]
