Make nvd3 refresh smoother. (#1618)

This commit is contained in:
the-dcruz
2016-11-18 09:43:36 -08:00
committed by Alanna Scott
parent ab5a4102cd
commit e5467462cb
3 changed files with 6 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ function query(forceUpdate, pushState) {
// update the url after prepForm() fix the field ids
history.pushState({}, document.title, slice.querystring());
}
slice.container.html('');
slice.render(force);
}