var FR0000052516_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,1001700000],[2010,1063800000],[2011,1192100000],[2012,1472000000],[2013,1499600000],[2014,1269400000],[2015,1325100000],[2016,1325100000],[2017,1050000],[2018,890000],[2019,1390700000],[2020,1435200000],[2021,1476600000],[2022,1587200000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,107900000],[2010,97100000],[2011,156700000],[2012,156500000],[2013,149900000],[2014,100200000],[2015,100300000],[2016,100300000],[2017,118000000],[2018,97100000],[2019,111000000],[2020,109800000],[2021,127400000],[2022,136300000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,53000000],[2010,54100000],[2011,91000000],[2012,99400000],[2013,84100000],[2014,72900000],[2015,59300000],[2016,59300000],[2017,86900000],[2018,74100000],[2019,77900000],[2020,66200000],[2021,92300000],[2022,92200000]], "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: 'FR0000052516_resus_an', data: FR0000052516_resus_an, height: "350", width: "100%" });