var FR0010221234_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": [[2009,940541000],[2010,1047224000],[2011,1168142000],[2012,1284100000],[2013,1347900000],[2014,1476400000],[2015,1529000000],[2016,1529000000],[2017,1471600000],[2018,2930000],[2019,1321100000],[2020,1278300000],[2021,1233900000],[2022,1151600000],[2023,1131300000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,471642000],[2010,508551000],[2011,645198000],[2012,681500000],[2013,623400000],[2014,661500000],[2015,662000000],[2016,662000000],[2017,614700000],[2018,553000000],[2019,526100000],[2020,487200000],[2021,347200000],[2022,424800000],[2023,573500000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,247348000],[2010,269501000],[2011,338474000],[2012,354900000],[2013,303200000],[2014,355200000],[2015,348500000],[2016,348500000],[2017,351800000],[2018,291600000],[2019,310400000],[2020,297600000],[2021,214100000],[2022,230800000],[2023,314900000]], "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: 'FR0010221234_resus_an', data: FR0010221234_resus_an, height: "350", width: "100%" });