Coin balance history chart display fix

pull/4148/head
Viktor Baranov 4 years ago
parent 77a3b628b0
commit 175db31bc9
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/address_coin_balance/index.html.eex

@ -28,7 +28,7 @@
<button data-chart-error-message class="alert alert-danger col-12 text-left mb-4" style="display: none;">
<span><%= gettext("There was a problem loading the chart.") %></span>
</button>
<div data-chart-container class="mb-4 d-none">
<div data-chart-container class="mb-4" style="display: none;">
<canvas data-chart="coinBalanceHistoryChart" data-coin_balance_history_data_path="<%= AccessHelpers.get_path(@conn, :address_coin_balance_by_day_path, :index, @address.hash) %>" width="350" height="152"></canvas>
</div>

Loading…
Cancel
Save