var FR0000060121_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,20.980260896311],[2009,17.394804637183],[2010,14.677445202187],[2011,3.1496363601657],[2012,2.3460524274857],[2013,2.4710112878103],[2014,4.7546855161174],[2015,20.036659228562],[2016,30.719864285257],[2017,37.171151646499],[2018,36.403443448214],[2019,39.634514266012],[2020,47.337695301483],[2021,65.071045411736],[2022,80.544978260282],[2023,84.340041749184]], "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: 'FR0000060121_gearing', data: FR0000060121_gearing, height: "300", width: "100%" });