Skip to content

Instantly share code, notes, and snippets.

@DimitarChristoff
Created June 20, 2013 11:02
Show Gist options
  • Save DimitarChristoff/5821881 to your computer and use it in GitHub Desktop.
Save DimitarChristoff/5821881 to your computer and use it in GitHub Desktop.
dataPoints: (function(){
var ret = [];
for ( i=0; i < bolas.length; i++ )
ret.push({y: 1000, label: bolas[i]});
return ret;
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment