var BE0003818359_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": [[2003,4.3321033210332],[2004,14.652261985145],[2005,12.387136875164],[2006,7.0904310675357],[2012,0.3419250804157],[2013,0.2351364449523],[2014,0.0810148688966],[2015,0.0315069356354],[2016,0.0083036663982],[2017,0.0008893430028],[2018,0],[2019,0.8827197114539],[2020,1.1023253462555],[2021,1.0160923853789],[2022,0.8670140370685],[2023,0.3432578590525]], "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: 'BE0003818359_gearing', data: BE0003818359_gearing, height: "300", width: "100%" });