var FR0010263202_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,177.27437916414],[2009,178.39515165642],[2010,134.47300336098],[2011,106.17909187955],[2012,78.037022951763],[2013,76.408590614694],[2014,68.781513873653],[2015,60.109815310614],[2016,58.471221303559],[2017,39.520003189348],[2018,27.891401699953],[2019,59.243237530104],[2020,48.244258190922],[2021,41.967525088649],[2022,42.006549568324],[2023,58.577557755776]], "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: 'FR0010263202_gearing', data: FR0010263202_gearing, height: "300", width: "100%" });