var FR0000066540_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,706975000],[2012,689587000],[2013,651824000],[2014,590945000],[2015,547035000],[2016,524187000],[2017,210000],[2018,605060000],[2019,622100000],[2020,600406000],[2021,712021000],[2022,792939000],[2023,835600000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,22346000],[2012,-13114000],[2013,21752000],[2014,4680000],[2015,-6408000],[2016,6199000],[2017,9100000],[2018,4370000],[2019,14260000],[2020,19708000],[2021,31208000],[2022,37251000],[2023,25600000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,12651000],[2012,-16031000],[2013,12209000],[2014,1207000],[2015,-14062000],[2016,1845000],[2017,870000],[2018,1350000],[2019,7460000],[2020,10548000],[2021,19122000],[2022,21875000],[2023,9300000]], "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: 'FR0000066540_resus_an', data: FR0000066540_resus_an, height: "350", width: "100%" });