var FR0013270626_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": [[2007,2000000],[2010,17440000],[2011,null],[2012,null],[2013,null],[2014,null],[2015,29569000],[2016,33908000],[2017,840000],[2018,45552000],[2019,45913000],[2020,36620000],[2021,47350000],[2022,55910000],[2023,58710000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2007,0],[2010,-880000],[2011,null],[2012,null],[2013,null],[2014,null],[2015,58000],[2016,1060000],[2017,0],[2018,3171000],[2019,1033000],[2020,220000],[2021,1220000],[2022,1830000],[2023,2670000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2007,0],[2010,-950000],[2011,null],[2012,null],[2013,null],[2014,null],[2015,-8000],[2016,943000],[2017,1062000],[2018,3392000],[2019,490000],[2020,-80000],[2021,1070000],[2022,2050000],[2023,null]], "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: 'FR0013270626_resus_an', data: FR0013270626_resus_an, height: "350", width: "100%" });