var FR0000050049_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,1013034000],[2009,922594000],[2010,902224000],[2011,900192000],[2012,874141000],[2013,793166000],[2014,726980000],[2015,800011000],[2016,420000],[2017,530000],[2018,798500000],[2019,861900000],[2020,888122000],[2021,855054000],[2022,989632000],[2023,1077600000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,9714000],[2009,92046000],[2010,58057000],[2011,47447000],[2012,35929000],[2013,35987000],[2014,37169000],[2015,56599000],[2016,0],[2017,0],[2018,49303000],[2019,59787000],[2020,102400000],[2021,73645000],[2022,97596000],[2023,126900000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,31661000],[2009,37373000],[2010,38407000],[2011,16183000],[2012,6909000],[2013,5882000],[2014,21310000],[2015,31996000],[2016,31433000],[2017,30761000],[2018,43388000],[2019,43245000],[2020,48928000],[2021,50960000],[2022,73552000],[2023,98100000]], "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: 'FR0000050049_resus_an', data: FR0000050049_resus_an, height: "350", width: "100%" });