var FR0004036036_marges_an = { "type": "bar", "plot":{ "tooltip" : { "text": "%v%", "decimals": 1, }, }, "title":{ "text": "Marges", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Marge Opérationnelle", "values": [[2010,null],[2011,null],[2012,11.822743115401],[2013,11.822743115401],[2014,12.488172741523],[2015,12.52221881704],[2016,9.9133121620462],[2017,10.515750007381],[2018,12.991775950211],[2019,13.39105560238],[2020,12.681262439579],[2021,10.358947343215],[2022,16.878696336638],[2023,15.278247473039]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Marge nette", "values": [[2010,null],[2011,null],[2012,7.9175763146808],[2013,7.9175763146808],[2014,7.7290251514595],[2015,7.7229543365002],[2016,5.7334134409064],[2017,5.9221208632244],[2018,7.3988664147588],[2019,7.8589124715858],[2020,7.3784475405175],[2021,6.0774406743134],[2022,10.856060928392],[2023,9.407056701612]], "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":"1x2", "x" : 0, "y" : 33, "item": { "font-size": "11px" } }, "scale-y" : { "format":"%v%", "guide": {"line-color": "rgb(127,127,127)",}, "item": { "font-size": "12px" } }, "scale-x" : { "item": { "font-size": "12px" }, } } zingchart.render({ id: 'FR0004036036_marges_an', data: FR0004036036_marges_an, height: "350", width: "100%" });