Sha256: 00c38d638a2431c380bb568c8bf01e09972a9541b4e75ef85669323aa5dbeaca

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 Bytes

Contents

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

  <h1>Size</h1>
  <div id="chart-1" class="chart">Loading...</div>
  <%= javascript_tag nonce: true do %>
    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"}}}})
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pghero-3.6.1 app/views/pg_hero/home/relation_space.html.erb
pghero-3.6.0 app/views/pg_hero/home/relation_space.html.erb