Completely remove charts.

This commit is contained in:
Alexis Lahouze 2017-06-10 21:01:39 +02:00
parent 0965498145
commit 00dac1dec7
1 changed files with 0 additions and 17 deletions

View File

@ -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>