Skip to content

Instantly share code, notes, and snippets.

@Showtimes
Created March 14, 2013 18:45
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 Showtimes/5164060 to your computer and use it in GitHub Desktop.
Save Showtimes/5164060 to your computer and use it in GitHub Desktop.
$.plot($("#graph7"), data,
{
series: {
pie: {
show: true,
combine: {
color: '#999',
threshold: 0.1
}
}
},
legend: {
show: false
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment