I want to set specific node positions for a google chart sankey diagram but on the google chart guides (https://developers.google.com/chart/interactive/docs/gallery/sankey) it says that node positions are determined automatically. The only thing I can change is increase the sankey.iterations property but I don't want to increase it too much since the higher it is the longer the sankey takes to load.
Is there a way around this to achieve specific node positioning?
I want to do this since sometimes the long node labels end up overlapping a bit as in this picture: overlapping node labels. Also, the nodes sometimes go in between like the picture sankey diagram with overlapping links
Instead I'd like to put the 'exception' node in the middle, at the same level, as the blue node (if possible) and the links to not be overlapping as much as it is here: sankey diagram with little overlap between links
A similar question was asked before (How can I access nodes properties of a Sankey chart) but I need to create the sankey with google charts.