var FR0000031775_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,40.300178936291],[2009,42.62862748508],[2010,50.622853527157],[2011,59.187920439464],[2012,58.015719626896],[2013,59.972861714729],[2014,54.863613241692],[2015,52.689813453431],[2016,49.805519773101],[2017,44.277839706967],[2018,41.561916484984],[2019,67.013426761456],[2020,67.776245456401],[2021,72.059350009343],[2022,74.176311673142],[2023,64.727738438037]], "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: 'FR0000031775_gearing', data: FR0000031775_gearing, height: "300", width: "100%" });