var FR0004155000_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": [[2010,null],[2011,25.74686495328],[2012,506.73450508788],[2013,0],[2014,0],[2015,23.818519432846],[2016,23.468878602094],[2017,31.403756040416],[2018,48.634269017749],[2019,51.556065550969],[2020,50.242718446602],[2021,38.281585963705],[2022,47.521772283983],[2023,47.369503749208]], "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: 'FR0004155000_gearing', data: FR0004155000_gearing, height: "300", width: "100%" });