var FR0013018124_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": [[2008,3362000],[2009,1119000],[2010,7423000],[2011,null],[2012,7614000],[2013,747000],[2014,5982000],[2015,9963000],[2016,16000],[2017,130000000],[2018,4717000],[2019,6855000],[2020,12907000],[2021,7233000],[2022,3271000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-79213000],[2009,-61985000],[2010,-43997000],[2011,-17630000],[2012,-8747000],[2013,-17576000],[2014,-21779000],[2015,-28900000],[2016,-7784000],[2017,-18500000],[2018,-20668000],[2019,-18332000],[2020,-6760000],[2021,-46010000],[2022,-34061000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-73887000],[2009,-60350000],[2010,-43951000],[2011,-16660000],[2012,-10189000],[2013,-17793000],[2014,-15995000],[2015,-27939000],[2016,-19035000],[2017,-3618000],[2018,-18391000],[2019,-18922000],[2020,-18098000],[2021,-43761000],[2022,-27759000]], "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: 'FR0013018124_resus_an', data: FR0013018124_resus_an, height: "350", width: "100%" });