var FR0000033003_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,290.1151041209],[2009,260.90142767408],[2010,236.42403956637],[2011,248.72672845075],[2012,282.42964401519],[2013,244.86049727502],[2014,237.9269052586],[2015,245.41707110297],[2016,231.8719736649],[2017,153.58650406385],[2018,174.00359372338],[2019,203.70963155543],[2020,179.193528602],[2021,178.87487875849],[2022,227.4869518814],[2023,230.60455789502]], "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: 'FR0000033003_gearing', data: FR0000033003_gearing, height: "300", width: "100%" });