Open jaofrod opened 6 months ago
@jaofrod can you provide an online sample where the issue is reproduced?
You can try extending this sample - https://stackblitz.com/edit/js-mfzkbs?file=index.html
@bumbeishvili maybe the problem is the way im loading the package?
the error occurs if i install the package via npm: https://stackblitz.com/edit/js-lxrwko?file=index.js
Here's my code:
I also tried the attr directly: chart.nodeButtonWidth(60), but got the same error.
The same happens for nodeButtonHeight, nodeButtonX and nodeButtonY, is there something im doing wrong?