2

How can I change position of the nodes in a Sankey Diagram vertically (y axis) to get them in the middle / central to the previous node and not at the bottom?

1 Answers1

0

Did you try

  var options = {
  width: 900,
  sankey: { node: { nodePadding: 80 } },
};
arash
  • 141
  • 1
  • 14