patternfly / react-topology

MIT License
10 stars 19 forks source link

Hide tags when details level is low, except when hovering on the edge #122

Closed leandroberetta closed 8 months ago

leandroberetta commented 9 months ago

We did some customization in Kiali that remove tags when the details level is low, to cleanup the graph because the tag is not readable. The tag will appear again when zooming or in a bigger format when hovering on an edge (in detail level low).

We want to contribute this code to PF graph so others can benefit from this idea. Probably we can make it optional, but that is open to discussion.

Today, using the demo app, we can see that the text is no readable:

image

leandroberetta commented 9 months ago

With the implementation, it looks like:

image

github-actions[bot] commented 8 months ago

:tada: This issue has been resolved in version 5.2.0-prerelease.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: