Dashboard Trend Chart resize
This commit is contained in:
parent
885bb796e2
commit
2014d1b350
Monitor/Pages/_get
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue