Removed 'stacked-bar' reference from Dashboard, added table to New Section
This commit is contained in:
parent
e44227f34a
commit
085667c74a
2 changed files with 17 additions and 6 deletions
|
@ -12,10 +12,11 @@
|
||||||
</div><!--/.row-->
|
</div><!--/.row-->
|
||||||
<div class=row>
|
<div class=row>
|
||||||
<div class="col-xl-6">
|
<div class="col-xl-6">
|
||||||
<!--<panel-pie></panel-pie> --><!--All Purchases-->
|
<panel-pie></panel-pie> --><!--All Purchases -->
|
||||||
<div class="demo-container" ng-app="stacked-bar" ng-controller="stacked-bar">
|
<!-- <div class="demo-container" ng-app="stacked-bar" ng-controller="stacked-bar">
|
||||||
<div id="stacked-bar" dx-chart="chartOptions"></div>
|
<div id="stacked-bar" dx-chart="chartOptions"></div>
|
||||||
</div> </div><!--/.col-->
|
</div> -->
|
||||||
|
</div><!--/.col-->
|
||||||
<div *ngIf="showCategoryDoughnutChart" class="col-xl-6">
|
<div *ngIf="showCategoryDoughnutChart" class="col-xl-6">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<!-- <body style="background-color:rgb(0,0,0);"> -->
|
<!-- <body style="background-color:rgb(0,0,0);"> -->
|
||||||
|
|
|
@ -1,6 +1,16 @@
|
||||||
<div class="animated fadeIn">
|
<div class="animated fadeIn">
|
||||||
<div class="row">
|
<table class="table table-striped table-hover">
|
||||||
<h1>Hello World!</h1>
|
<thead>
|
||||||
</div><!--/.row-->
|
<tr>
|
||||||
|
<th>Name</th>
|
||||||
|
<th>Postcode</th>
|
||||||
|
<th>Spend</th>
|
||||||
|
<th>Cost</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue