I have drawn a Sankey graph in D3 using the googleVis. But I want to reposition the nodes on the x-axis based on the number in the name of the node.
i.e
Right now all starting nodes appear on the left side, and they end on the right side. I want nodes to be able to start in the middle of the diagram. Can this be done using googleVis?