var FR0000121485_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,64.286181964438],[2009,50.471804800376],[2010,46.835519088163],[2011,39.811055789608],[2012,37.825839405217],[2013,43.496279888173],[2014,48.663239302807],[2015,50.122600683122],[2016,45.305460593953],[2017,41.066337198251],[2018,39.03951657788],[2019,90.21037303853],[2020,73.432648952279],[2021,61.757425742574],[2022,71.852803896367],[2023,101.63023110556]], "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: 'FR0000121485_gearing', data: FR0000121485_gearing, height: "300", width: "100%" });