Skip to content

Instantly share code, notes, and snippets.

@biovisualize
Last active July 20, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biovisualize/44fb0b9b05d7532dc6c62b11706c0db2 to your computer and use it in GitHub Desktop.
Save biovisualize/44fb0b9b05d7532dc6c62b11706c0db2 to your computer and use it in GitHub Desktop.
Chart API example - refactoring blog post
var lineChart = chart.line('#chart')
.height(100)
.width(100)
.dimension(dimension)
.group(group)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment