var FR0004110310_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": [[2007,22.235769398748],[2008,19.776260902541],[2009,19.046995251351],[2010,19.890047699895],[2011,11.313750806972],[2012,23.808604806752],[2013,30.651345750555],[2014,30.651345750555],[2015,50.763679178432],[2016,50.763679178432],[2017,52.103771309103],[2018,46.858556197158],[2019,81.682425595757],[2020,73.889439000239],[2021,81.456287952852],[2022,51.576596595707]], "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: 'FR0004110310_gearing', data: FR0004110310_gearing, height: "300", width: "100%" });