Skip to content

Instantly share code, notes, and snippets.

@christopherslee
Created June 26, 2012 03:16
Show Gist options
  • Save christopherslee/2993041 to your computer and use it in GitHub Desktop.
Save christopherslee/2993041 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready(function() {
$("#sparkline").sparkline([5,6,7,5,6,8,6,], {
type: 'bar',
barWidth: 6,
zeroAxis: false,
barColor: '#999999'});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment