Skip to content

Separate Labels from Links and Nodes #559

Open
@PabloSalvagni

Description

@PabloSalvagni

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions