var FR0010481960_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,151.27223645047],[2009,241.28668866887],[2010,260.77011509441],[2011,238.39416657266],[2012,266.95688205088],[2013,282.34670717383],[2014,249.92737763231],[2015,209.12578994884],[2016,163.80650540391],[2017,143.04332960518],[2018,123.14037066339],[2019,71.504352052028],[2020,119.7496229465],[2021,102.55325344642],[2022,90.735271684954],[2023,104.48460327649]], "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: 'FR0010481960_gearing', data: FR0010481960_gearing, height: "300", width: "100%" });