Question

I'm using the excellent jQuery Sparklines for drawing small bullet charts in my web app. It's a bit against the nature of tiny graphs like this, but I'd like to render the scales of the bullet trend for example below or above the graph like with the D3 implementation but in smaller print to accomodate the small size.

I tried to go around the documentation and google about it, but can't find anything about it. Is it even possible or is it just tooltips that I would need to settle with?

Thanks in advance!

Was it helpful?

Solution

There's no facility for that built into the plugin nor any plans to add it at the current time.

You're free to fork the project on github and add it yourself, of course ;-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top