var FR0011027135_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": [[2009,111.49543941822],[2010,93.170274392377],[2011,96.36587890668],[2012,106.10624837508],[2013,107.15356985317],[2014,100.86382007413],[2015,92.612837978337],[2016,93.407096100155],[2017,93.961123864793],[2018,96.776714201993],[2019,96.661315716358],[2020,113.62716466209],[2021,101.74664065834],[2022,95.080579052149],[2023,90.367484408038]], "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: 'FR0011027135_gearing', data: FR0011027135_gearing, height: "300", width: "100%" });