Sha256: 26733632d4dcf428e0e4eccf82d95eb5ecc9cd98f4c7c01dbb5934e946fbc5c7

Contents?: true

Size: 310 Bytes

Versions: 9

Compression:

Stored size: 310 Bytes

Contents

<div class="row-fluid">
  <% report.charts.each_with_index do |chart, i| %>
      <% chart_id = "chart#{i}" %>
      <div class="span6">
        <div id="<%= chart_id %>" style="text-align: center;"></div>
      </div>
      <%= chart.render_chart(chart_id) %>
  <% end %>
  <div class="clearfix"></div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
query_report-1.2.1 app/views/query_report/_chart.html.erb
query_report-1.2.0 app/views/query_report/_chart.html.erb
query_report-1.1.6 app/views/query_report/_chart.html.erb
query_report-1.1.5 app/views/query_report/_chart.html.erb
query_report-1.1.4 app/views/query_report/_chart.html.erb
query_report-1.1.3 app/views/query_report/_chart.html.erb
query_report-1.1.2 app/views/query_report/_chart.html.erb
query_report-1.1.1 app/views/query_report/_chart.html.erb
query_report-1.1.0 app/views/query_report/_chart.html.erb