Open
Description
Hello,
I could not finding the way to access the Label to add separations between this element and the one next to it, Link or Node depending on the case.
Use case:
I pass the values I receive from the json to each maze, both Node and Link
graphConfig.node.labelProperty = (node) => buildNodeTooltip(node); graphConfig.link.labelProperty = (link) => buildLinkLabel(link);
Load well, but the Label is stuck to the Link or Node
Describe alternatives you've considered
I would like to access to the Label to customise each one
Additional context
I tried to use viewGenerator to modify the view but I could not implement
Metadata
Metadata
Assignees
Labels
No labels