var FR0010193979_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,135.94535324177],[2009,124.49157519915],[2010,121.52445781225],[2011,115.08157463657],[2012,117.97115030624],[2013,120.2446304706],[2014,135.78831389971],[2015,149.85406336815],[2016,133.29390925799],[2017,102.29125802369],[2018,132.20302677068],[2019,99.198993189221],[2020,105.75030991212],[2021,93.576423620836],[2022,81.02156601963],[2023,63.583097985867]], "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: 'FR0010193979_gearing', data: FR0010193979_gearing, height: "300", width: "100%" });