var FR0012432516_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": [[2011,null],[2012,null],[2013,null],[2014,0],[2015,60000],[2016,70000],[2017,28600000],[2018,74605000],[2019,26560000],[2020,6806000],[2021,13397000],[2022,674000],[2023,1981000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2011,-8682000],[2012,-7120000],[2013,-7273000],[2014,-6896000],[2015,-11721000],[2016,-24282000],[2017,-21900000],[2018,12538000],[2019,-24670000],[2020,-29819000],[2021,-22463000],[2022,-21890000],[2023,null]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2011,-8624000],[2012,-7138000],[2013,-20453000],[2014,-14082000],[2015,-12241000],[2016,-24483000],[2017,-22298000],[2018,13525000],[2019,-25740000],[2020,-31831000],[2021,-23763000],[2022,-31398000],[2023,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: 'FR0012432516_resus_an', data: FR0012432516_resus_an, height: "350", width: "100%" });