var FR0000054900_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": [[2008,52.17517612027],[2009,36.230846341114],[2010,1.4344791935901],[2011,4.8198084677419],[2012,1.2432012432012],[2013,5.4617514523047],[2014,0.2156968478847],[2015,0.1305483028721],[2016,15.643842958596],[2017,15.115690984954],[2018,9.1726846572913],[2019,21.168723227415],[2020,17.025943100639],[2021,14.103797611636],[2022,12.576456701363],[2023,12.102432778489]], "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: 'FR0000054900_gearing', data: FR0000054900_gearing, height: "300", width: "100%" });