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

@@ -177,6 +177,9 @@ const px = function () {
always(data);
controller.error(this);
},
clearError() {
$(selector + ' div.alert').remove();
},
width() {
return token.width();
},