var FR0013079092_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,37421000],[2012,27947000],[2013,28997000],[2014,0],[2015,66614000],[2016,300000],[2017,310000],[2018,122035000],[2019,155020000],[2020,211376000],[2021,217494000],[2022,237474000],[2023,264100000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,-441000],[2012,-1233000],[2013,327000],[2014,-66000],[2015,3630000],[2016,3600000],[2017,3970000],[2018,4920000],[2019,5130000],[2020,8109000],[2021,9136000],[2022,9086000],[2023,10800000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,-819000],[2012,-1380000],[2013,-261000],[2014,-5108000],[2015,2828000],[2016,3440000],[2017,4641000],[2018,4341000],[2019,2350000],[2020,5145000],[2021,6354000],[2022,7878000],[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: 'FR0013079092_resus_an', data: FR0013079092_resus_an, height: "350", width: "100%" });