deqingli commented on issue #4986: Sankey diagram order can't be specified URL: https://github.com/apache/incubator-echarts/issues/4986#issuecomment-573576068 > Hey @deqingli , > > "Now nodes sort by the order in series.data and will not be changed even your resize the diagram" > > I think this is not true. I have reordered my data array to fit the order I want and it still does not work. > > @iandvt What is this solution with `layoutIterations`? Anyway to disable this? Hi @jbadilla, If you want the node ordered by the `series.data`, you can set `layoutIterations: 0`.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
