var FR0000060535_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": [[2009,92.765347827919],[2010,96.060589247073],[2011,96.773673708308],[2012,134.38565694799],[2013,120.59950055681],[2014,109.53421663707],[2015,105.92874896437],[2016,85.273454019617],[2017,82.236144027143],[2018,82.051115609085],[2019,71.231468604504],[2020,60.301647915118],[2021,45.019829598285],[2022,39.909002837174],[2023,39.949927140481]], "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: 'FR0000060535_gearing', data: FR0000060535_gearing, height: "300", width: "100%" });