diff options
author | Mark Longair <mhl@pobox.com> | 2013-08-19 17:05:44 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-10-15 13:56:05 +0100 |
commit | 18cded9d726bfb8002b4be0cb1312a0b9905debc (patch) | |
tree | f4eba840d65d9384582f3e49047b89acd001671c /app | |
parent | 45926d2ce7017b81f0a5f80823315dd1c8335d19 (diff) |
Rotate labels on the x-axis by 90 degrees
This commit adds the tickrotor extension to Flot, which allows
rotated labels for public bodies. This extension is licensed
under either MPL 1.1, GPL 2.0 or LGPL 2.1.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/public_body/statistics.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/statistics.html.erb b/app/views/public_body/statistics.html.erb index a76049400..e23f47405 100644 --- a/app/views/public_body/statistics.html.erb +++ b/app/views/public_body/statistics.html.erb @@ -70,6 +70,6 @@ are due to him.") %></p> var graphs_data = <%= @graph_list.to_json.html_safe %>; </script> <!--[if lte IE 8]><%= javascript_include_tag 'excanvas.min.js' %><![endif]--> -<%= javascript_include_tag 'jquery.flot.js', 'jquery.flot.errorbars.js', 'jquery.flot.axislabels.js', 'stats-graphs.js' %> +<%= javascript_include_tag 'jquery.flot.js', 'jquery.flot.errorbars.js', 'jquery.flot.tickrotor.js', 'jquery.flot.axislabels.js', 'stats-graphs.js' %> </div> |