https://codepen.io/aad61404/pen/YRyJxN
https://codepen.io/aad61404/pen/aQvRyz?editors=0010
I am using amcharts 4 Sankey diagram and I want to fix the node out of range .
I try
chart.height = 500;
chart.contentheight = 500;
chart.contentHeight = 500;
chart.innerHeight = 500;
It doesn't work . ( the node would be out of range )
Can I limit the amcharts 4 draw chart in 500 px height ? How can I achieve the desired effect ?