Added initial dashboard display
Uses mock API
This commit is contained in:
parent
7c55779a0f
commit
ee253f263f
4 changed files with 37 additions and 8 deletions
|
@ -13,8 +13,8 @@
|
|||
<a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</div>
|
||||
<h4 class="mb-0">£183.98</h4>
|
||||
<p>Money spent this week</p>
|
||||
<h4 class="mb-0">138</h4>
|
||||
<p>Customers this week</p>
|
||||
</div>
|
||||
<div class="chart-wrapper px-3" style="height:70px;">
|
||||
<canvas baseChart class="chart"
|
||||
|
@ -36,7 +36,7 @@
|
|||
<i class="icon-location-pin"></i>
|
||||
</button>
|
||||
<h4 class="mb-0">9.823</h4>
|
||||
<p>Money spent last week</p>
|
||||
<p>Customers last week</p>
|
||||
</div>
|
||||
<div class="chart-wrapper px-3" style="height:70px;">
|
||||
<canvas baseChart class="chart"
|
||||
|
|
Reference in a new issue