var FR0000066722_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,49553000],[2009,61248000],[2010,60471000],[2011,60784000],[2012,48981000],[2013,43679000],[2014,350000],[2015,65799000],[2016,64226000],[2017,860000],[2018,81222000],[2019,60875000],[2020,120620000],[2021,176755000],[2022,188047000],[2023,119132000],[2024,125100000]],
"background-color": "purple",
},{
"legend-text": "Résultat Opérationnel",
"values": [[2008,485000],[2009,-862000],[2010,1745000],[2011,303000],[2012,-2713000],[2013,-2352000],[2014,-2480000],[2015,2931000],[2016,722000],[2017,5950000],[2018,6891000],[2019,-2590000],[2020,23080000],[2021,32999000],[2022,34243000],[2023,2521000],[2024,null]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Résultat net",
"values": [[2008,-22311000],[2009,-4495000],[2010,832000],[2011,-2538000],[2012,-270000],[2013,-822000],[2014,-904000],[2015,7043000],[2016,3059000],[2017,17542000],[2018,12151000],[2019,-6414000],[2020,29780000],[2021,13707000],[2022,20352000],[2023,964000],[2024,null]],
"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: 'FR0000066722_resus_an',
data: FR0000066722_resus_an,
height: "350",
width: "100%"
});