var FR0010478248_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,115700000],[2011,56700000],[2012,1200000],[2013,3300000],[2014,7600000],[2015,12600000],[2016,11900000],[2017,2940000],[2018,9230000],[2019,20600000],[2020,24000000],[2021,18900000],[2022,14900000],[2023,10100000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,-24700000],[2011,-400000],[2012,-2000000],[2013,1300000],[2014,1500000],[2015,400000],[2016,0],[2017,1400000],[2018,2500000],[2019,2500000],[2020,2900000],[2021,-11600000],[2022,-23000000],[2023,-8500000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,-19400000],[2011,-6200000],[2012,-35800000],[2013,-2500000],[2014,1200000],[2015,300000],[2016,-100000],[2017,7700000],[2018,2300000],[2019,2700000],[2020,2300000],[2021,-11900000],[2022,-23800000],[2023,-9500000]], "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: 'FR0010478248_resus_an', data: FR0010478248_resus_an, height: "350", width: "100%" });