Sha256: 5b586f4e93483dc5cadb3fa74a720c72ba3cac11e51780cf71ff9a71329cd25b

Contents?: true

Size: 486 Bytes

Versions: 6

Compression:

Stored size: 486 Bytes

Contents

<div class="content">
  <h1>
    <%= @relation %>
    <% if @schema != "public" %>
      <small><%= @schema %></small>
    <% end %>
  </h1>

  <h1>Size</h1>
  <div id="chart-1" class="chart" style="margin-bottom: 20px;">Loading...</div>
  <script>
    new Chartkick.LineChart("chart-1", <%= json_escape(@chart_data.to_json).html_safe %>, {colors: ["#5bc0de"], legend: false, min: null, bytes: true, library: {plugins: {tooltip: {intersect: false, mode: "index"}}}})
  </script>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pghero-3.2.0 app/views/pg_hero/home/relation_space.html.erb
pghero-3.1.0 app/views/pg_hero/home/relation_space.html.erb
pghero-3.0.1 app/views/pg_hero/home/relation_space.html.erb
pghero-3.0.0 app/views/pg_hero/home/relation_space.html.erb
pghero-2.8.3 app/views/pg_hero/home/relation_space.html.erb
pghero-2.8.2 app/views/pg_hero/home/relation_space.html.erb