Closed alexsb closed 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=??
I vote for turning off the transitions. At that point they are hardly helpful anyways.
Agree. Let's pick 10 as cut-off, as this seems a reasonable number with 1024 rows.
This happens when adding to many sets with the movies dataset:
I can reproduce it with Firefox, but don't have it in Chrome. @ngehlenborg has it in Chrome, but Marc doesn't.