Completely remove charts.
This commit is contained in:
parent
0965498145
commit
00dac1dec7
@ -16,23 +16,6 @@
|
||||
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<div>
|
||||
<!-- Chart row -->
|
||||
<div class="row">
|
||||
<!-- Sold evolution chart placeholder -->
|
||||
<div class="col-md-8"
|
||||
ng-controller="SoldChartController as soldChartCtrl">
|
||||
<!--<highchart id="sold-chart"
|
||||
config="soldChartCtrl.config"></highchart>-->
|
||||
</div>
|
||||
|
||||
<!-- Category piechart -->
|
||||
<div class="col-md-4"
|
||||
ng-controller="CategoryChartController as categoryChartCtrl">
|
||||
<!--<highchart id="categories-chart"
|
||||
config="categoryChartCtrl.config"></highchart>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<table class="table table-striped table-condensed table-hover">
|
||||
<thead>
|
||||
|
Loading…
Reference in New Issue
Block a user