var FR0011648716_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": [[2012,null],[2013,900000],[2014,664000],[2015,837000],[2016,8870000],[2017,37800000],[2018,1080000],[2019,1450000],[2020,128000],[2021,105000],[2022,70000],[2023,24000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2012,-2120000],[2013,-3116000],[2014,-3364000],[2015,-4062000],[2016,3551000],[2017,-4650000],[2018,-4280000],[2019,-4520000],[2020,-5680000],[2021,5363000],[2022,-26101000],[2023,-28878000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2012,-1604000],[2013,-2160000],[2014,-2210000],[2015,-3071000],[2016,4920000],[2017,-3936000],[2018,-3110000],[2019,-3750000],[2020,-8270000],[2021,3780000],[2022,-27741000],[2023,-27224000]], "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: 'FR0011648716_resus_an', data: FR0011648716_resus_an, height: "350", width: "100%" });