var FR0000120503_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,99.885909868796],[2009,76.269792309274],[2010,75.780145187141],[2011,75.036164496797],[2012,85.751141099424],[2013,91.939198526025],[2014,77.747223691169],[2015,68.13730765092],[2016,70.2016985138],[2017,65.945151811949],[2018,59.107672933345],[2019,63.025423728814],[2020,67.254087943743],[2021,72.83603096411],[2022,114.62819408556],[2023,105.11621315193]], "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: 'FR0000120503_gearing', data: FR0000120503_gearing, height: "300", width: "100%" });