gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Label axes #157

Closed dnlmelo closed 8 years ago

dnlmelo commented 8 years ago

I missed the labels on axes, should put this in object : element.sparkline({ ... labelAxisV: String, labelAxisH: String .. });

gwatts commented 8 years ago

From the FAQ http://omnipotent.net/jquery.sparkline/#s-faq

Why are there no axis labels/markers?

Sparklines are intended to be small enough to fit alongside a line of text, to give a quick impression of a trend or pattern and thus don't have the paraphernalia of full sized charts. As of version 2.0 you can mouse over the sparklines to see the underlying data.