jas0ncn opened a new pull request #8966: Add node align for the Sankey diagram URL: https://github.com/apache/incubator-echarts/pull/8966 Currently, the Sankey diagram will align all the node without `outEgdes` in the last column. It doesn't make sense when I draw a flow diagram using Sankey. I added the `align` option to `SankeySeries` and sets a default value `justify` which for compatible previous behaviors. The other value for the `align` option is `left`, which will not trigger `moveSinksRight` function and keep node left. Here are two pics for comparing them. 
---------------------------------------------------------------- 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]
