Dashboard Trend Chart resize

This commit is contained in:
HojouFotytu 2019-05-01 00:44:13 +09:00
parent 885bb796e2
commit 2014d1b350
1 changed files with 2 additions and 2 deletions
Monitor/Pages/_get

View File

@ -72,10 +72,10 @@
<div class="row">
<div class="col-md-6 px-1">
<div class="card-box px-2" style="height:305px;">
<div class="card-box px-2" style="height:250px;">
@if (!Model.TrendChartDataJSON.Equals("")) {
<div class="trend-chart">
<svg style="height:300px;width:100%"></svg>
<svg style="height:240px;width:100%"></svg>
</div>
} else {
<p>Unable to load graph, no market trend data found.</p>