Skip to content

Instantly share code, notes, and snippets.

@ffullenk
Created June 12, 2014 00:22
Show Gist options
  • Save ffullenk/cc65b8cd99d5b31cea16 to your computer and use it in GitHub Desktop.
Save ffullenk/cc65b8cd99d5b31cea16 to your computer and use it in GitHub Desktop.
javascript sparkline for stacked bar chart
$("#sparkline").sparkline([0,0,20,12,9,7], {
type: 'bullet',
targetWidth: 0,
targetColor: '#',
performanceColor: '#',
rangeColors: ['#d3dafe','#a8b6ff','#7f94ff','#2f14ff ']});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment