var FR0000121014_resus_an = {
"type": "bar",
"plot":{
"tooltip" : {
"short": true,
"decimals": 1,
},
},
"title":{
"text": "Compte de résultats",
"font-size": "15px"
}, noData: {
text: 'Aucune Donnée',
backgroundColor: '#f2f2f2'
},
"series": [{
"legend-text": "Chiffre d'affaires",
"values": [[2008,17193000000],[2009,17053000000],[2010,20320000000],[2011,23659000000],[2012,28103000000],[2013,29149000000],[2014,30638000000],[2015,35664000000],[2016,37600000000],[2017,2890000],[2018,46826000000],[2019,53670000000],[2020,44651000000],[2021,64215000000],[2022,79184000000],[2023,86153000000],[2024,84683000000]],
"background-color": "purple",
},{
"legend-text": "Résultat Opérationnel",
"values": [[2008,3485000000],[2009,3161000000],[2010,4169000000],[2011,5154000000],[2012,5739000000],[2013,5894000000],[2014,5431000000],[2015,6384000000],[2016,6904000000],[2017,8293000000],[2018,9854000000],[2019,11244000000],[2020,8014000000],[2021,17155000000],[2022,21001000000],[2023,22560000000],[2024,18907000000]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Résultat net",
"values": [[2008,2026000000],[2009,1755000000],[2010,3032000000],[2011,3065000000],[2012,3424000000],[2013,3436000000],[2014,457000000],[2015,428000000],[2016,3981000000],[2017,5129000000],[2018,6354000000],[2019,7171000000],[2020,4702000000],[2021,12036000000],[2022,14084000000],[2023,15174000000],[2024,12550000000]],
"background-color": "rgb(27, 139, 61)",
},
],
"plotarea" : {
"margin-right":"20",
"margin-left":"50",
"margin-bottom":"50",
"margin-top":"70",
"background-color-1": "white",
"background-color-2": "rgb(210,210,210)",
},
"legend": {
"layout":"1x3",
"y": 30,
"x": 0,
"item": { "font-size": "11px" } },
"scale-y" : {
"short": true,
"guide": {"line-color": "rgb(127,127,127)",},
"item": { "font-size": "12px" },
},
"scale-x" : {
"item": { "font-size": "12px" },
}
}
zingchart.render({
id: 'FR0000121014_resus_an',
data: FR0000121014_resus_an,
height: "350",
width: "100%"
});