var FR0000031577_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,36.561814410013],[2009,20.229043183743],[2010,14.027266052376],[2011,29.446324227537],[2012,43.228685594956],[2013,52.048873722772],[2014,118.91576618276],[2015,135.63229592154],[2016,114.34943652587],[2017,106.17049847236],[2018,98.592387194353],[2019,83.334571527454],[2020,17.740687436376],[2021,13.154741302636],[2022,10.908651142397],[2023,13.336161430108]], "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: 'FR0000031577_gearing', data: FR0000031577_gearing, height: "300", width: "100%" });