var FR0000035081_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.6768086545],[2009,133.00922874094],[2010,91.686661961891],[2011,93.985401459854],[2012,97.125118099609],[2013,94.947487936418],[2014,82.501876296852],[2015,88.379341050757],[2016,100.75114622964],[2017,118.90097642527],[2018,156.16125180989],[2019,151.26013480512],[2020,119.46627475248],[2021,76.834928755802],[2022,83.434855201796],[2023,91.017621406161]], "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: 'FR0000035081_gearing', data: FR0000035081_gearing, height: "300", width: "100%" });