var FR0000071946_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": [[2005,null],[2006,10.462501818933],[2007,11.210472139386],[2008,19.498408119692],[2009,16.819142498577],[2010,4.7886703485858],[2011,4.2158355538637],[2012,2.1142590028785],[2013,4.5693423682388],[2014,8.0181141540879],[2015,11.528890708221],[2016,12.276474352643],[2017,6.874106963051],[2018,11.119212203605],[2019,27.3852156644],[2020,21.274482326563],[2021,19.374535556656],[2022,22.969317171919],[2023,18.073216515736]], "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: 'FR0000071946_gearing', data: FR0000071946_gearing, height: "300", width: "100%" });