Sha256: 705a66e6b0b1866c39215334c3cc940de94d3d0b170e10562d42adf82d5f180d
Contents?: true
Size: 1003 Bytes
Versions: 3
Compression:
Stored size: 1003 Bytes
Contents
<% content_for :javascripts do -%> <%= javascript_include_tag 'flot/excanvas.min.js','flot/jquery.flot.js', 'jquery-ui-1.8.10.custom.min.js', 'how_are_we_doing' %> <% end -%> <% content_for :stylesheets do -%> <%= stylesheet_link_tag "ui-lightness/jquery-ui-1.8.10.custom.css" %> <style> .graph-chart { height: 300px; } </style> <% end -%> <%= raw how_are_we_doing_chart("line-graph-form","line-graph-container","line") %> <%= raw how_are_we_doing_chart("recent-bar-graph-form","recent-bar-graph-container","bar",{ :analytical_ids => (@recent_analytical_ids||[]).empty? ? default_recent_analytical_ids(params[:default_analytical_type],params[:start_date],params[:end_date]) : @recent_analytical_ids }) %> <%= raw how_are_we_doing_chart("bar-graph-form","bar-graph-container","bar",{ :analytical_ids => (@comparison_analytical_ids||[]).empty? ? default_comparision_analytical_ids(params[:default_analytical_type]) : @comparison_analytical_ids, :include_comparison => true }) %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
how_are_we_doing-0.0.9 | app/views/reports/index.html.erb |
how_are_we_doing-0.0.8 | app/views/reports/index.html.erb |
how_are_we_doing-0.0.7 | app/views/reports/index.html.erb |