Sha256: a217b934f352acb70d0666e2e13ef299806e1296c86821a100fa72ad50979f5e

Contents?: true

Size: 327 Bytes

Versions: 27

Compression:

Stored size: 327 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>
      <%= render_chart(chart.prepare_visualr, chart_id) %>
  <% end %>
  <div class="clearfix"></div>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
query_report-1.0.26 app/views/query_report/_chart.html.erb
query_report-1.0.25 app/views/query_report/_chart.html.erb
query_report-1.0.24 app/views/query_report/_chart.html.erb
query_report-1.0.23 app/views/query_report/_chart.html.erb
query_report-1.0.22 app/views/query_report/_chart.html.erb
query_report-1.0.21 app/views/query_report/_chart.html.erb
query_report-1.0.20 app/views/query_report/_chart.html.erb
query_report-1.0.19 app/views/query_report/_chart.html.erb
query_report-1.0.18 app/views/query_report/_chart.html.erb
query_report-1.0.17 app/views/query_report/_chart.html.erb
query_report-1.0.16 app/views/query_report/_chart.html.erb
query_report-1.0.15 app/views/query_report/_chart.html.erb
query_report-1.0.14 app/views/query_report/_chart.html.erb
query_report-1.0.13 app/views/query_report/_chart.html.erb
query_report-1.0.12 app/views/query_report/_chart.html.erb
query_report-1.0.11 app/views/query_report/_chart.html.erb
query_report-1.0.10 app/views/query_report/_chart.html.erb
query_report-1.0.9 app/views/query_report/_chart.html.erb
query_report-1.0.8 app/views/query_report/_chart.html.erb
query_report-1.0.7 app/views/query_report/_chart.html.erb