var FR0013240934_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": [[2010,null],[2011,null],[2012,null],[2013,30500000],[2014,27890000],[2015,28901000],[2016,27619000],[2017,1060000],[2018,50541000],[2019,58893000],[2020,189190000],[2021,185320000],[2022,152900000],[2023,130600000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,null],[2013,-6775000],[2014,-5379000],[2015,-8034000],[2016,-7083000],[2017,-3680000],[2018,1629000],[2019,3407000],[2020,81210000],[2021,70120000],[2022,36800000],[2023,10100000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,null],[2013,-5994000],[2014,-5487000],[2015,-5874000],[2016,-7733000],[2017,-9969000],[2018,-2768000],[2019,3153000],[2020,73481000],[2021,60544000],[2022,24937000],[2023,4800000]], "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: 'FR0013240934_resus_an', data: FR0013240934_resus_an, height: "350", width: "100%" });