var FR0011981968_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": [[2010,null],[2011,138.8455988456],[2012,114.77083828069],[2013,191.1799761621],[2014,1.9869655062788],[2015,3.8037276531],[2016,2.0356037151703],[2017,3.2739764441952],[2018,6.5070111863873],[2019,41.709353947409],[2020,46.668335708508],[2021,46.010085728694],[2022,38.715707765157],[2023,41.835177014282]], "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: 'FR0011981968_gearing', data: FR0011981968_gearing, height: "300", width: "100%" });