var FR0000038531_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,55.003481326756],[2009,52.468663906879],[2010,49.755507939124],[2011,43.902236377484],[2012,41.068715322236],[2013,32.462494421367],[2014,19.313325563326],[2015,13.643596515691],[2016,14.073815886294],[2017,4.9536120087564],[2018,2.6434865444153],[2019,4.757233938205],[2020,12.322493391529],[2021,0.1116712398698],[2022,0.1229277887047]], "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: 'FR0000038531_gearing', data: FR0000038531_gearing, height: "300", width: "100%" });