Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch Javascript (bar admin) to be served with the asset pipline | Mark Longair | 2013-11-19 | -451/+0 |
| | ||||
* | Work around a bug in yui-compressor | Mark Longair | 2013-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 labels | Mark Longair | 2013-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. |