var FR0010533075_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,117.80644728443],[2009,119.28423468215],[2010,133.26560091221],[2011,161.50725142437],[2012,182.7394439478],[2013,158.41028473294],[2014,232.30254389573],[2015,250.17993322178],[2016,205.24516689895],[2017,209.03826988823],[2018,239.93378793898],[2019,305.00327404255],[2020,363.78461919794],[2021,404.34556851009],[2022,218.17434210526],[2023,218.67152693398]], "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: 'FR0010533075_gearing', data: FR0010533075_gearing, height: "300", width: "100%" });