var FR0013088606_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,null],[2011,null],[2012,820000],[2013,1226000],[2014,1712000],[2015,780000],[2016,6820000],[2017,7778000],[2018,7421000],[2019,7108000],[2020,5840000],[2021,8620000],[2022,13740000],[2023,23990000]],
"background-color": "purple",
},{
"legend-text": "Résultat Opérationnel",
"values": [[2010,null],[2011,null],[2012,16000],[2013,29000],[2014,40000],[2015,50000],[2016,-2290000],[2017,-3536000],[2018,-3132000],[2019,-3467000],[2020,-7310000],[2021,-3730000],[2022,-21150000],[2023,-5060000]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Résultat net",
"values": [[2010,null],[2011,null],[2012,2000],[2013,20000],[2014,44000],[2015,0],[2016,-1661000],[2017,-2539000],[2018,-2464000],[2019,-2571000],[2020,-6610000],[2021,-1080000],[2022,-25480000],[2023,-5330000]],
"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: 'FR0013088606_resus_an',
data: FR0013088606_resus_an,
height: "350",
width: "100%"
});