Skip to content

Instantly share code, notes, and snippets.

@mly520
Last active December 22, 2015 07:19
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 mly520/6437541 to your computer and use it in GitHub Desktop.
Save mly520/6437541 to your computer and use it in GitHub Desktop.
jquery sparkline pie sparkline
$(".sparkline.pie_week").sparkline([1, 1, 2], {
type: 'pie',
width: '400',
height: '400',
enableTagOptions: true,
tooltipFormat: '<span style="color: {{color}}">&#9679;</span> {{offset:names}} ({{percent.1}}%)',
tooltipValueLookups: {
names: {
0: 'one',
1: 'two',
2: 'three'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment