|
|
@ -22,7 +22,7 @@ |
|
|
|
<div> <%= @chain.transaction_velocity |> Cldr.Number.to_string! %></div> |
|
|
|
<div> <%= @chain.transaction_velocity |> Cldr.Number.to_string! %></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="chain container__subsection"> |
|
|
|
<div class="chain container__subsection container__subsection-chain"> |
|
|
|
<canvas data-chart="marketHistoryChart" data-current_exchange_rate ='<%= @exchange_rate.usd_value %>' data-available_supply='<%= @exchange_rate.available_supply %>' data-market_history_data='<%=raw encode_market_history_data(@market_history_data) %>' width="300" height="100"></canvas> |
|
|
|
<canvas data-chart="marketHistoryChart" data-current_exchange_rate ='<%= @exchange_rate.usd_value %>' data-available_supply='<%= @exchange_rate.available_supply %>' data-market_history_data='<%=raw encode_market_history_data(@market_history_data) %>' width="300" height="100"></canvas> |
|
|
|
<div class="graph-flex"> |
|
|
|
<div class="graph-flex"> |
|
|
|
<div class="u-push-md-left"> |
|
|
|
<div class="u-push-md-left"> |
|
|
|