Using jQuery Sparklines v2.1.2
, I am creating a Stacked Bar Chart.
The Tooltip values are displaying correctly. It's displaying the Column Name as Tooltip for each small block. How should I customize the tooltip for each small block?
tooltipFormat: '{{offset:offset}} - {{value}}',
tooltipValueLookups: {
'offset': {
0: 'India',
1: 'France',
2: 'USA'
}
The Source Code is available in: http://jsfiddle.net/Hj6fB/236/