var FR0000062234_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,138.53098911587],[2009,103.48243457028],[2010,79.037728176049],[2011,88.196656936053],[2012,66.865327764887],[2013,53.270462310089],[2014,46.692877653703],[2015,70.801057562967],[2016,72.039369887619],[2017,28.132552328677],[2018,39.83223542096],[2019,49.620548258851],[2020,47.083316070763],[2021,27.12314428318],[2022,21.924083372291],[2023,null]], "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: 'FR0000062234_gearing', data: FR0000062234_gearing, height: "300", width: "100%" });