Skip to content

Instantly share code, notes, and snippets.

@girishso
Last active December 6, 2018 16:04
Show Gist options
  • Save girishso/49cfa384c9f6785e04b5cc36b86ffaff to your computer and use it in GitHub Desktop.
Save girishso/49cfa384c9f6785e04b5cc36b86ffaff to your computer and use it in GitHub Desktop.
document.arrive("#chartContainer", (elem) => {
if(elem.dataset.type == "bar")
drawBarChart()
else
drawPieChart()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment