VCG / upset

UpSet - Visualizing Intersecting Sets
http://vcg.github.io/upset
MIT License
228 stars 64 forks source link

Layout issue with header svg element #209

Open alexsb opened 10 years ago

alexsb commented 10 years ago

This happens when adding many sets:

image

This is probably due to the svgs in headerVis not being adapted to the size of the new scene.

alexsb commented 10 years ago

Here's a screenshot nils took:

screen shot 2014-07-31 at 6 28 16 pm

evilC commented 5 years ago

Simply setting the width of the element to 100% seems to fix it image