var FR0010451203_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": [[2008,115.09219072244],[2009,80.914419695193],[2010,67.429063217192],[2011,60.610002891009],[2012,71.177384884399],[2013,73.969749331313],[2014,77.298890270295],[2015,68.977003836523],[2016,63.995163461319],[2017,62.590066288789],[2018,61.081706913662],[2019,82.338913418176],[2020,80.051649625804],[2021,72.285563936152],[2022,67.289560377144],[2023,75.811321436966]], "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: 'FR0010451203_gearing', data: FR0010451203_gearing, height: "300", width: "100%" });