var FR0004024222_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,21.924474518817],[2009,12.482422231244],[2010,8.3472306184987],[2011,5.8638089065827],[2012,6.1293727382388],[2013,0.0622736942953],[2014,0.0687987947974],[2015,23.374625787137],[2016,17.49038711193],[2017,11.934938142089],[2018,6.805082466834],[2019,4.6613326213617],[2020,4.0457947291942],[2021,23.125951311268],[2022,26.899882618449],[2023,21.456358342888]], "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: 'FR0004024222_gearing', data: FR0004024222_gearing, height: "300", width: "100%" });