var FR0000120107_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": [[2010,3570026000],[2011,3981110000],[2012,4084080000],[2013,4407548000],[2014,4606920000],[2015,4441853000],[2016,4418361000],[2017,230000],[2018,4862625000],[2019,5007294000],[2020,5160377000],[2021,5610418000],[2022,6551216000],[2023,6790713000]],
"background-color": "purple",
},{
"legend-text": "Résultat Opérationnel",
"values": [[2010,128654000],[2011,107917000],[2012,132039000],[2013,133490000],[2014,97103000],[2015,118642000],[2016,180993000],[2017,153000000],[2018,115869000],[2019,137451000],[2020,156410000],[2021,173038000],[2022,162876000],[2023,169308000]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Résultat net",
"values": [[2010,81395000],[2011,43613000],[2012,63564000],[2013,48893000],[2014,39068000],[2015,57020000],[2016,104494000],[2017,92988000],[2018,54826000],[2019,73602000],[2020,78812000],[2021,82939000],[2022,68046000],[2023,96479000]],
"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: 'FR0000120107_resus_an',
data: FR0000120107_resus_an,
height: "350",
width: "100%"
});