var FR0010202606_gearing = { "type": "bar", "plot":{ "bar-width":"50%", "tooltip" : { "text": "%v%", "decimals": 0, }, }, "title":{ "text": "Passif du bilan", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Gearing", "values": [[2005,null],[2006,null],[2007,null],[2008,null],[2009,8.9230409545308],[2010,1.0735186815952],[2011,0],[2012,0.0490913096156],[2013,0],[2014,0],[2015,0.0484496124031],[2016,2.8170314953357],[2017,3.3516148689823],[2018,2.463423783919],[2019,1.9459985405011],[2020,1.0921563317989],[2021,56.250267838012],[2022,44.703381930721],[2023,32.811601609915]], "background-color": "rgb(208, 0, 0)" }], "plotarea" : { "margin-right":"5", "margin-left":"180", "margin-bottom":"50", "margin-top":"40", "background-color-1": "white", "background-color-2": "rgb(210,210,210)", }, "legend": { "layout":"1x1", "x" : "0", "y": "35", "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: 'FR0010202606_gearing', data: FR0010202606_gearing, height: "300", width: "100%" });