Hacker News new | ask | show | jobs
by dgouldin 5008 days ago
Fellow Votizen dev.

I agree about the white flash. We decided to give nvd3 a try for charts, and it does that as part of its default animation. We'll probably disable animations or figure out some way to keep redraws from flashing like that.

2 comments

Whoops, no, I did the flash to give a pulse impression. The transition is unavoidable, but I did the opacity animation on purpose. :)
Add this to the CSS:

div.chart {opacity: 1 !important;}

It is a hack but should work.