var FR0000076887_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": [[2006,null],[2007,null],[2008,17.986209188336],[2009,49.446142851471],[2010,48.671328671329],[2011,61.569978245105],[2012,41.355789745911],[2013,42.861062523579],[2014,62.461013998694],[2015,69.305751916065],[2016,64.750607201943],[2017,64.014018292162],[2018,87.819561504214],[2019,117.65147360217],[2020,108.30608079864],[2021,70.849364502348],[2022,100.87385329417],[2023,null]], "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: 'FR0000076887_gearing', data: FR0000076887_gearing, height: "300", width: "100%" });