var FR0014003TT8_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": [[2017,6970000],[2018,3477400000],[2019,4018200000],[2020,4452200000],[2021,4860100000],[2022,5665300000],[2023,5951400000],[2024,6213600000]],
"background-color": "purple",
},{
"legend-text": "Résultat Opérationnel",
"values": [[2017,1037000000],[2018,768200000],[2019,812900000],[2020,669700000],[2021,1019400000],[2022,1302900000],[2023,1241900000],[2024,1359600000]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Résultat net",
"values": [[2017,null],[2018,569400000],[2019,615300000],[2020,491000000],[2021,773600000],[2022,931500000],[2023,1050900000],[2024,1200200000]],
"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: 'FR0014003TT8_resus_an',
data: FR0014003TT8_resus_an,
height: "350",
width: "100%"
});