We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Link
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
The text was updated successfully, but these errors were encountered:
Hi! I'm facing the same problem here. Is there any chance you can add some labels customization features? Thanks in advance!
Sorry, something went wrong.
No branches or pull requests
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](https://user-images.githubusercontent.com/45045692/227220253-a14a23c3-d9e9-49f9-8978-06348807b4e7.png)
Link
![Screen Shot 2023-03-23 at 10 31 32](https://user-images.githubusercontent.com/45045692/227220332-0f54f406-5b95-448c-9443-179a1419f311.png)
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
The text was updated successfully, but these errors were encountered: