Skip to content

Instantly share code, notes, and snippets.

@robert8138
Last active March 29, 2016 02:40
Show Gist options
  • Save robert8138/1d0eed50847bc2761ac0 to your computer and use it in GitHub Desktop.
Save robert8138/1d0eed50847bc2761ac0 to your computer and use it in GitHub Desktop.
function makeGraph(eventType) {
url = "http://127.0.0.1:5000/api/".concat(eventType)
d3.json(url, function(error, data) {
// d3 code to create bar/line/pie charts
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment