var FR0013006558_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,186746000],[2013,256859000],[2014,349791000],[2015,442832000],[2016,539704000],[2017,330000],[2018,672233000],[2019,615562000],[2020,697508000],[2021,723846000],[2022,657369000],[2023,677164000]],
"background-color": "purple",
},{
"legend-text": "Résultat Opérationnel",
"values": [[2010,null],[2011,null],[2012,5226000],[2013,9458000],[2014,9965000],[2015,10856000],[2016,2601000],[2017,4620000],[2018,-6334000],[2019,-68420000],[2020,21685000],[2021,28942000],[2022,1718000],[2023,1182000]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Résultat net",
"values": [[2010,null],[2011,null],[2012,3359000],[2013,5676000],[2014,5870000],[2015,5143000],[2016,-250000],[2017,-5200000],[2018,-4355000],[2019,-70462000],[2020,13911000],[2021,27284000],[2022,319000],[2023,492000]],
"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: 'FR0013006558_resus_an',
data: FR0013006558_resus_an,
height: "350",
width: "100%"
});