You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/29 03:51:58 UTC

[GitHub] jas0ncn opened a new pull request #8966: Add node align for sankey chart

jas0ncn opened a new pull request #8966: Add node align for sankey chart
URL: https://github.com/apache/incubator-echarts/pull/8966
 
 
   Currently, Sankey chart will align all the node without `outEgdes` in the last column.
   It doesn't make sense when I draw a flow chart.
   I added the `align` option to `SankeySeries` and has 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.
   ![image](https://user-images.githubusercontent.com/3380894/44764352-e1aad400-ab81-11e8-8d63-dd92b0825158.png)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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