var FR0013230612_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": [[2013,70000000],[2014,0],[2015,0],[2016,0],[2017,5070000],[2018,0],[2019,0],[2020,85910000],[2021,669660000],[2022,602380000],[2023,501500000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2013,61399000],[2014,-4305000],[2015,5919000],[2016,-10006000],[2017,363000000],[2018,-100028000],[2019,252476000],[2020,107542000],[2021,467894000],[2022,371594000],[2023,231961000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2013,53131000],[2014,-6104000],[2015,9589000],[2016,72444000],[2017,314383000],[2018,-107362000],[2019,178685000],[2020,-168584000],[2021,318653000],[2022,320166000],[2023,176674000]], "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: 'FR0013230612_resus_an', data: FR0013230612_resus_an, height: "350", width: "100%" });