var BE0003593044_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": [[2005,53.342655665986],[2006,61.970971481425],[2007,81.466553688807],[2008,114.70460529086],[2009,98.042449666692],[2012,90.053180590965],[2013,75.331170136465],[2014,71.351645312359],[2015,42.050643895013],[2016,50.566539842737],[2017,56.024345059503],[2018,75.028907871019],[2019,34.47355127942],[2020,86.189052307688],[2021,78.115322340491],[2022,78.553042535419],[2023,74.196434967971]], "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: 'BE0003593044_gearing', data: BE0003593044_gearing, height: "300", width: "100%" });