var FR0000060949_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,62.969140950792],[2009,95.870431115276],[2010,89.964648192496],[2011,74.728723404255],[2012,75.716854830652],[2013,62.153065704112],[2014,54.713922719706],[2015,44.227680495162],[2016,67.486970627826],[2017,58.996926063744],[2018,57.138963752536],[2019,67.613537244868],[2020,113.29655697166],[2021,70.306800508978]], "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: 'FR0000060949_gearing', data: FR0000060949_gearing, height: "300", width: "100%" });