adding delay after user input to prevent jank as chart refreshes (cont)

master
Jollus88 4 years ago committed by Mike Bryant
parent dd63511130
commit 13664cd37a

@ -59,7 +59,7 @@ i18next
clearTimeout(delayTimer);
delayTimer = setTimeout(function() {
updateContent();
}, 1000);
}, 500);
});
$('input[type = radio]').on('change', updateContent);

Loading…
Cancel
Save