TreeExpanderButton - other shapes?

Hi,

  1. I’m trying to change the shape that define the button itself,
    I’m not meaning to the ‘MinusLine’ or ‘PlusLine’ shapes inside the button.

  2. The link that comes out of the node is hiding large part of the button, how do i define the button above the link?

Thanks

You can find how all of the standard Buttons are defined in the JavaScript file: https://gojs.net/latest/extensions/Buttons.js

Reading the code will tell you how they are implemented and thus how they can be customized. You can either modify them by setting properties on them in your templates, or you can copy the whole definition and adapt the code for your own purposes.

Regarding your second question, I really have no idea of what you have. Is there a reason that you could not post a small screenshot demonstrating the problem? If you don’t want to use the forum, you can send us email.