mise en prod

This commit is contained in:
2021-08-15 16:11:18 +02:00
parent 15dc6603ba
commit 8efd6589bc
5 changed files with 24 additions and 30 deletions

View File

@@ -37,7 +37,7 @@
</div>
</div>
<h2>Evolution du CA sur les 3 dernières années (global)</h2>
<h2>Evolution du CA global sur les 3 dernières années</h2>
<div class="row">
<!-- camembert 1 -->
<div class="col-sm-4">
@@ -80,41 +80,37 @@
var options_ca_12m = {
title: '${title}',
vAxis: {title: "Chiffre d'Affaires en €"},
colors: ['#dc3912', 'ff9900', 'green', 'purple', '3366cc'],
isStacked: true
};
var options_ca_3y_1 = {
title: '${title1}',
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
title: 'CA groupe ${annee1}',
pieHole: 0.3,
};
var options_ca_3y_2 = {
title: '${title2}',
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
title: 'CA groupe ${annee2}',
pieHole: 0.3,
};
var options_ca_3y_3 = {
title: '${title3}',
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
title: 'CA groupe ${annee3}',
pieHole: 0.3,
};
var options_ca_3y_1_x = {
title: '${title1}',
colors: ['gray', 'green', '#3366cc', 'purple', 'ff9900', 'dc3912'],
title: 'CA global ${annee1}',
pieHole: 0.3,
};
var options_ca_3y_2_x = {
title: '${title2}',
colors: ['gray', 'green', '#3366cc', 'purple', 'ff9900', 'dc3912'],
title: 'CA global ${annee2}',
pieHole: 0.3,
};
var options_ca_3y_3_x = {
title: '${title3}',
colors: ['gray', 'green', '#3366cc', 'purple', 'ff9900', 'dc3912'],
title: 'CA global ${annee3}',
pieHole: 0.3,
};
var chart_ca_12m = new google.visualization.ColumnChart(document.getElementById('chart_ca_12m'));