Open mohcinsarrar opened 2 months ago
I don't think that you can do that.
If you are willing to modify the source code, you can plug your code at the end of this function
Also your issue gave me an idea to further make it flexible, so in the future I will expose a way for the user to be able to modify coordinates
Hi i want to change the x position of some nodes after chart render, i need to execute that after chart render because a calculate the nex position according to the old position of the node an another node
this is my function
i execute my function after chart.render(), but nothing happen, but when i execute the funtion when i click on a button its position nodes perfectly