minor fix stats devis

This commit is contained in:
thienan
2021-08-13 10:38:03 +02:00
parent cbcdd3e19f
commit 15dc6603ba
4 changed files with 22 additions and 22 deletions

View File

@@ -19,16 +19,16 @@
<div class="row">
<!-- CAMENBERT DU NOMBRE DE DEVIS FACTURES -->
<div id="chart_devis_y1" style="width: 100%; height: 500px;"></div>
<div id="chart_devis_y2" style="width: 100%; height: 500px;"></div>
<div id="chart_devis_y3" style="width: 100%; height: 500px;"></div>
<div class="col-sm-4"><div id="chart_devis_y1" style="width: 100%; height: 500px;"></div></div>
<div class="col-sm-4"><div id="chart_devis_y2" style="width: 100%; height: 500px;"></div></div>
<div class="col-sm-4"><div id="chart_devis_y3" style="width: 100%; height: 500px;"></div></div>
</div>
<div class="row">
<!-- CAMEMBERT DU NOMBRE DE FACTURES AVEC DEVIS -->
<div id="chart_fact_y1" style="width: 100%; height: 500px;"></div>
<div id="chart_fact_y2" style="width: 100%; height: 500px;"></div>
<div id="chart_fact_y3" style="width: 100%; height: 500px;"></div>
<div class="col-sm-4"><div id="chart_fact_y1" style="width: 100%; height: 500px;"></div></div>
<div class="col-sm-4"><div id="chart_fact_y2" style="width: 100%; height: 500px;"></div></div>
<div class="col-sm-4"><div id="chart_fact_y3" style="width: 100%; height: 500px;"></div></div>
</div>
@@ -69,7 +69,7 @@
};
var options_fact_y1 = {
title: '${title_fact2}',
title: '${title_fact1}',
pieHole: 0.4,
};
var options_fact_y2 = {

View File

@@ -32,7 +32,7 @@
<div class="col-sm-3">
<a href="${request.application_url}/pourcentage_devis/PE" tal:condition="access > 0">
<span class="glyphicon glyphicon-equalizer logo-warning"></span>
<h4>POURCENTAGE DEVIS</h4></a>
<h4>NB DEVIS/FACTURES</h4></a>
</div>
</div>
</div>