aboutsummaryrefslogtreecommitdiffstats
path: root/public/javascripts/jquery.flot.axislabels.js
Commit message (Collapse)AuthorAgeLines
* Switch Javascript (bar admin) to be served with the asset piplineMark Longair2013-11-19-451/+0
|
* Work around a bug in yui-compressorMark Longair2013-10-15-3/+3
| | | | | | jquery.flot.axislabels.js fails to minify with yui-compressor due to a bug in it relating to delete being a keyword - we can work around this by using the ['delete'] syntax instead.
* Add a Flot extension for drawing axis labelsMark Longair2013-08-15-0/+451
Suprisingly, there is not support in base Flot for drawing axis labels - one solution is to use the flot-axislabels plugin from: https://github.com/markrcote/flot-axislabels This plugin is also MIT-licensed.