var FR0011040500_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,78.386041227704],[2009,1.640845261946],[2010,1.1978635623949],[2011,1.1703797409047],[2012,18.007616979624],[2013,14.703935782764],[2014,15.978252130568],[2015,2.6372497210968],[2016,10.441067398044],[2017,15.180442104223],[2018,12.684217780841],[2019,19.957363250763],[2020,21.942683849696],[2021,25.57089893074],[2022,35.705700758962],[2023,33.499484507799]], "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: 'FR0011040500_gearing', data: FR0011040500_gearing, height: "300", width: "100%" });