var FR0000036816_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,171.00662805279],[2009,196.3708755675],[2010,168.77942318507],[2011,153.44321313186],[2012,147.23450402355],[2013,102.58061074361],[2014,111.91925152417],[2015,111.00488589014],[2016,83.00580999635],[2017,84.87408364804],[2018,137.25273536149],[2019,149.65412339627],[2020,116.41864142601],[2021,114.45036696164],[2022,102.53100081525],[2023,112.76619631666]], "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: 'FR0000036816_gearing', data: FR0000036816_gearing, height: "300", width: "100%" });