correction new_home + stats + dem_devis

This commit is contained in:
thienan
2021-07-07 12:04:03 +02:00
parent 31ed53f0f1
commit f742176c1e
8 changed files with 48 additions and 17 deletions

View File

@@ -58,19 +58,23 @@
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'],
};
var options_ca_3y_2 = {
title: '${title2}',
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
};
var options_ca_3y_3 = {
title: '${title3}',
colors: ['purple', 'ff9900', '#dc3912', '3366cc', 'green'],
};
var chart_ca_12m = new google.visualization.ColumnChart(document.getElementById('chart_ca_12m'));