Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Labels from Links and Nodes #559

Open
PabloSalvagni opened this issue Mar 23, 2023 · 1 comment
Open

Separate Labels from Links and Nodes #559

PabloSalvagni opened this issue Mar 23, 2023 · 1 comment

Comments

@PabloSalvagni
Copy link

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

Node
Screen Shot 2023-03-23 at 10 31 49

Link
Screen Shot 2023-03-23 at 10 31 32

Describe alternatives you've considered
I would like to access to the Label to customise each one

Screen Shot 2023-03-23 at 10 40 30

Additional context
I tried to use viewGenerator to modify the view but I could not implement

@franhermani-emtech
Copy link

Hi! I'm facing the same problem here.
Is there any chance you can add some labels customization features?
Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants