var FR0000036816_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,84569000],[2009,95466000],[2010,85752000],[2011,82314000],[2012,82371000],[2013,73944000],[2014,64580000],[2015,7790000],[2016,8380000],[2017,9930000],[2018,67242000],[2019,96996000],[2020,92855000],[2021,84653000],[2022,84528000],[2023,83117000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,36232000],[2009,-28356000],[2010,62439000],[2011,51761000],[2012,22698000],[2013,9324000],[2014,19092000],[2015,24600000],[2016,25200000],[2017,26600000],[2018,-2681000],[2019,22891000],[2020,30598000],[2021,15113000],[2022,-18016000],[2023,-12724000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-16748000],[2009,-60116000],[2010,42487000],[2011,29350000],[2012,-6071000],[2013,-1892000],[2014,-957000],[2015,12429000],[2016,17093000],[2017,17277000],[2018,-14744000],[2019,1406000],[2020,10687000],[2021,2759000],[2022,4043000],[2023,-47206000]], "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: 'FR0000036816_resus_an', data: FR0000036816_resus_an, height: "350", width: "100%" });