Skip to content

Instantly share code, notes, and snippets.

@elizabethsiegle
Created June 2, 2016 08:51
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 elizabethsiegle/a1037578ef59a14e41efb764aa222206 to your computer and use it in GitHub Desktop.
Save elizabethsiegle/a1037578ef59a14e41efb764aa222206 to your computer and use it in GitHub Desktop.
eon.chart({
channel: nbaChannel,
pubnub: pubnubEon,
debug: true,
generate: {
bindto: '#chart',
data: {
labels: true,
type: 'donut',
colors: {
'Splash Bros' : 'blue',
'Curry' : 'red',
'Green' : 'green',
'Thompson' : 'gray',
'Barnes' : 'pink',
'Bogut' : 'purple',
'Iguodala' : 'orange',
'Warriors hashtags' : 'yellow'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment