var FR0011049824_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,1450000],[2009,1151000],[2010,1145000],[2011,742000],[2012,886000],[2013,1203000],[2014,1518000],[2015,3885000],[2016,6368000],[2017,7686000],[2018,6340000],[2019,8951000],[2020,13478000],[2021,20547000],[2022,23670000],[2023,22226000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-5760000],[2009,-4328000],[2010,-3825000],[2011,-4157000],[2012,-4708000],[2013,-4589000],[2014,-4490000],[2015,-5684000],[2016,-9255000],[2017,-17081000],[2018,-15393000],[2019,-7963000],[2020,-8819000],[2021,-11595000],[2022,-23356000],[2023,-23116000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-3695000],[2009,-3583000],[2010,-3379000],[2011,-3651000],[2012,-3976000],[2013,-4348000],[2014,-4844000],[2015,-5527000],[2016,-9111000],[2017,-17206000],[2018,-15284000],[2019,-7984000],[2020,-12802000],[2021,-19292000],[2022,-20213000],[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: 'FR0011049824_resus_an', data: FR0011049824_resus_an, height: "350", width: "100%" });