neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
420 stars 141 forks source link

Label wrapping #648

Open FernandoLopezC opened 1 year ago

FernandoLopezC commented 1 year ago

Feature request summary

Is your feature request related to a problem? Please describe. I keep running into an issue due to the fact that a lot of the labels I want to display for both the graph and sankey diagrams are too long. This is a bigger issue for sankey diagrams due to the fact that the longer labels can overlap with labels from other nodes as you can see in the example below image (1)

Describe the solution you'd like The solution I thought would work best is text wrapping labels so that they don't overlap or maybe not showing the full label in the diagram but displaying it when you hover. Describe alternatives you've considered I tried adding
tags and other ways of declaring a new line to see if that worked but it had no effect

BennuFire commented 1 year ago

Hello hello,

First question that comes to my mind is:

Why are you using a property that long the? Can't you use another property?

El mar, 3 de oct de 2023, 13:35, Fernando Lopez Castro < @.***> escribió:

Feature request summary

Is your feature request related to a problem? Please describe. I keep running into an issue due to the fact that a lot of the labels I want to display for both the graph and sankey diagrams are too long. This is a bigger issue for sankey diagrams due to the fact that the longer labels can overlap with labels from other nodes as you can see in the example below [image: image (1)] https://user-images.githubusercontent.com/49957875/272238826-1df47e14-ad2a-4157-abdc-7f20bcf95da0.png

Describe the solution you'd like The solution I thought would work best is text wrapping labels so that they don't overlap or maybe not showing the full label in the diagram but displaying it when you hover. Describe alternatives you've considered I tried adding tags and other ways of declaring a new line to see if that worked but it had no effect

— Reply to this email directly, view it on GitHub https://github.com/neo4j-labs/neodash/issues/648, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYOAI6GR6YEUHP3E3IBZ73X5PZ7JAVCNFSM6AAAAAA5Q22MN6VHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDGOJTGAZDKMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

FernandoLopezC commented 11 months ago

Hello, Sorry for the late reply, the idea is to display the workflow of a project and some of the labels are questions which we want answered during the workflow. We could use another property or use a short hand version but if it could handle text wrapping or something similar it would be very useful.