feat(show when ready): Show plots when doccument is ready.

This commit is contained in:
walkews 2017-05-23 10:40:01 -05:00
parent 703d40c46c
commit 46b051060c
3 changed files with 3 additions and 3 deletions

View file

@ -11,9 +11,9 @@ console.log('updated div/scripts')
});
console.log('updated div/scripts')
}
$( document ).ready(updateChart)
$('#update').on('click', updateChart)
$('#nation').on('change', updateChart)