var FR0000130577_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,65.574468085106],[2009,70.824524312896],[2010,61.295091661739],[2011,58.458407529891],[2012,23.813613914537],[2013,16.757599376461],[2014,35.322976287817],[2015,51.511468935136],[2016,54.591920857378],[2017,52.534407519302],[2018,71.720414417044],[2019,113.90692640693],[2020,92.606516290727],[2021,68.088836937463],[2022,14.3125],[2023,11.130488305293]], "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: 'FR0000130577_gearing', data: FR0000130577_gearing, height: "300", width: "100%" });