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

How to hide the label of a link ? #228

Open
Barthelemy opened this issue Apr 11, 2022 · 2 comments
Open

How to hide the label of a link ? #228

Barthelemy opened this issue Apr 11, 2022 · 2 comments

Comments

@Barthelemy
Copy link

Let it be this simple diagram:

graph TD
      internal-dpl-clock --from_internal-dpl-clock_to_producer-0 -->producer-0
graph TD
      internal-dpl-clock --from_internal-dpl-clock_to_producer-0 -->producer-0
Loading

Would it be possible to hide the label of the link when matching the identity of the data ?

What I mean is that instead of from_internal-dpl-clock_to_producer-0 I'd like to see "34kB" if I have a serie with the name from_internal-dpl-clock_to_producer-0.

@Barthelemy
Copy link
Author

This PR might actually be of help: #218

@ZackMurry
Copy link

You could also use custom CSS to hide all labels:

span.edgeLabel {
  visibility: hidden;
}

Screenshot Capture - 2024-07-12 - 10-31-02

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