kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
29 stars 5 forks source link

Feature request: wrap node label on multiple lines #148

Open BjarkeTornager opened 3 months ago

BjarkeTornager commented 3 months ago

I think this feature request is related to this closed issue: https://github.com/kuzudb/explorer/issues/10.

With the current explorer default settings it is only possible to see three characters and an ellipses with long node names when starting up the explorer. By changing the node size in the settings it is possible to see the entire node labels, however this also means that the nodes get quite bulky (big). It would be a nice feature if the node labels could be wrapped to multiple lines in the node if it is too long of a text - there might have to be some length limit to where the ellipsis still kicks in of course.

I know this is a super small feature request but from a visual and explorative point of view I think it is beneficial to see the entire (or as much as possible) of the node label on the graph itself.

Keep on the great work, really enjoy using your graph explorer!

mewim commented 3 months ago

Hi @BjarkeTornager,

Thanks for your suggestion. This makes sense. I'll look into it.