var FR0000120172_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,111.53214024836],[2009,106.27080521817],[2010,123.82845782448],[2011,153.03526943752],[2012,134.50544193278],[2013,107.38543847406],[2014,83.809151349237],[2015,71.47676161919],[2016,67.246835443038],[2017,61.663102483961],[2018,73.320928584086],[2019,101.68736616702],[2020,104.32385874246],[2021,96.618765849535],[2022,106.83300470196],[2023,107.48487338463]], "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: 'FR0000120172_gearing', data: FR0000120172_gearing, height: "300", width: "100%" });