Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created October 13, 2016 05:57
Show Gist options
  • Save goofmint/3927fb2a129081dfe3911480e653253e to your computer and use it in GitHub Desktop.
Save goofmint/3927fb2a129081dfe3911480e653253e to your computer and use it in GitHub Desktop.
5.md
var series = [
this._createNewSeries('red', '#c88', 50),
this._createNewSeries('blue', '#88c', 30),
this._createNewSeries('green', '#8c8', 10)
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment