linkedpipes / visualizations

LinkedPipes Visualization offers vocabulary based Linked Data visualizations
https://visualization.linkedpipes.com
GNU General Public License v2.0
1 stars 0 forks source link

Enhancement: Wrap overflowing labels in the Concept visualizer's partition layout #54

Open jindrichmynarz opened 8 years ago

jindrichmynarz commented 8 years ago

Many concept schemes contain concept with long labels. When visualized using the Concept visualizer's partition layout, long labels tend to overflow and obscure other labels. For example:

pension_kinds_2008

Since this type of visualizations provides more vertical space, long labels can be wrapped into multiple lines.

Side note: Sans-serif font may be easier to read in visualizations.

jirihelmich commented 8 years ago

Needs to be done by someone who has experience with d3, I just reused a d3 exemplary script and I don't think I'm capable of wrapping in SVG.