var FR0000121634_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": [[2008,12789000000],[2009,11581000000],[2010,11661000000],[2011,12412000000],[2012,13036000000],[2013,13049000000],[2014,12396000000],[2015,380000],[2016,420000],[2017,11705000000],[2018,13190000000],[2019,13688000000],[2020,12297000000],[2021,13226000000],[2022,15529000000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,682000000],[2009,541000000],[2010,313000000],[2011,466000000],[2012,406000000],[2013,406000000],[2014,265000000],[2015,250000000],[2016,329000000],[2017,357000000],[2018,328000000],[2019,405000000],[2020,185000000],[2021,430000000],[2022,460000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,490000000],[2009,387000000],[2010,224000000],[2011,336000000],[2012,302000000],[2013,312000000],[2014,604000000],[2015,234000000],[2016,355000000],[2017,328000000],[2018,226000000],[2019,261000000],[2020,94000000],[2021,261000000],[2022,301000000]], "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: 'FR0000121634_resus_an', data: FR0000121634_resus_an, height: "350", width: "100%" });