VCG / upset

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

Severe layout issues on some platform/browser combinations #210

Closed alexsb closed 10 years ago

alexsb commented 10 years ago

This happens when adding to many sets with the movies dataset:

image

I can reproduce it with Firefox, but don't have it in Chrome. @ngehlenborg has it in Chrome, but Marc doesn't.

HendrikStrobelt commented 10 years ago

after some investigation it looks like, that D3 cannot handle these large amounts of transitions. If I just update positions without .translate() everything renders correct. One possible solution is to stop transitions for no. of sets > X; X=??

ngehlenborg commented 10 years ago

I vote for turning off the transitions. At that point they are hardly helpful anyways.

alexsb commented 10 years ago

Agree. Let's pick 10 as cut-off, as this seems a reasonable number with 1024 rows.