Closed mamjerez closed 11 months ago
Yes, it works in the same way as nodeContent
chart.nodeButtonX((d)=>{
if(d.id=='node1) return 20;
if(d.id=='node2') return 30;
return 60
})
Thank you very much for your quick and effective response. It works perfectly.
You can change the position of all nodeButtons with .nodeButtonX(() => -20). Is it possible to change the position of each nodeButtonX individually for each node?
Thanks