Sha256: fd9525d6697b6efe1065cf7aab38be090e5b7dd871cb8303c5656fdc1e6567fe

Contents?: true

Size: 472 Bytes

Versions: 7

Compression:

Stored size: 472 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", <%= pghero_js_value(@chart_data) %>, {colors: ["#5bc0de"], legend: false, min: null, bytes: true, library: {plugins: {tooltip: {intersect: false, mode: "index"}}}})
  </script>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pghero-3.4.1 app/views/pg_hero/home/relation_space.html.erb
pghero-3.4.0 app/views/pg_hero/home/relation_space.html.erb
pghero-3.3.4 app/views/pg_hero/home/relation_space.html.erb
pghero-3.3.3 app/views/pg_hero/home/relation_space.html.erb
pghero-3.3.2 app/views/pg_hero/home/relation_space.html.erb
pghero-3.3.1 app/views/pg_hero/home/relation_space.html.erb
pghero-3.3.0 app/views/pg_hero/home/relation_space.html.erb