var BE0003880979_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,null],[2012,27.322800405856],[2013,25.853226112835],[2014,26.544686057505],[2015,17.632901237174],[2016,24.11484339537],[2017,34.815732876463],[2018,27.247028124094],[2019,19.286943153117],[2020,10.503322442087],[2021,5.5930015775133],[2022,6.989028850061],[2023,4.4798657718121]], "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: 'BE0003880979_gearing', data: BE0003880979_gearing, height: "300", width: "100%" });