var BE0003470755_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": [[2012,12435000000],[2013,9938000000],[2014,10629000000],[2015,10578000000],[2016,9568000000],[2017,1180000],[2018,10257000000],[2019,10244000000],[2020,8965000000],[2021,10105000000],[2022,5539000000],[2023,4880000000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2012,1275000000],[2013,647000000],[2014,652000000],[2015,833000000],[2016,858000000],[2017,1527000000],[2018,986000000],[2019,316000000],[2020,-665000000],[2021,1190000000],[2022,1121000000],[2023,278000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2012,584000000],[2013,270000000],[2014,80000000],[2015,406000000],[2016,621000000],[2017,1061000000],[2018,858000000],[2019,118000000],[2020,-962000000],[2021,948000000],[2022,1905000000],[2023,2093000000]], "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: 'BE0003470755_resus_an', data: BE0003470755_resus_an, height: "350", width: "100%" });