var FR0000121709_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,84.33734939759],[2009,44.897959183673],[2010,23.668300133647],[2011,63.60699074754],[2012,65.125504411463],[2013,54.92397050186],[2014,56.016236590316],[2015,69.743670388426],[2016,143.02908179937],[2017,134.67902051621],[2018,105.99583803],[2019,105.51474785918],[2020,144.72721954073],[2021,116.57094235269],[2022,96.033517933254],[2023,95.081919842806]], "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: 'FR0000121709_gearing', data: FR0000121709_gearing, height: "300", width: "100%" });