Creating Sparkline line graphs. http://jsfiddle.net/gwatts/PfzXg/
// Draw a sparkline for the #sparkline element
$('.sparkline').sparkline(values, {
type: "line",
tooltipSuffix: " widgets"
});
The jFiddle example is not the best, but I think it illustrates the point. The default behavior is to have the tooltips appear once the mouse hovers over the value. The "5 widgets" tooltip appears when you hover over the point.
Is it possible to have the tooltip always appear? I wanted to make a graph that is bigger and has static data labels (tooltips), but I don't see any mention of it in the documentation. https://omnipotent.net/jquery.sparkline/#s-docs