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/11/14 13:14:16 UTC

[GitHub] [incubator-echarts] deqingli commented on issue #11644: Add property to define size of a node in Sankey Chart

deqingli commented on issue #11644: Add property to define size of a node in Sankey Chart
URL: https://github.com/apache/incubator-echarts/issues/11644#issuecomment-553882203
 
 
   Maybe I can add new property `value` of each node, to keep consistent with graph series.
   ```js
   nodes: [{
       name: 'aaa',
       value: '100', // the same effect as size
       depth: 3
   }]
   ```

----------------------------------------------------------------
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