var FR0004180578_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": [[2007,37.592386352131],[2008,84.974768814738],[2009,83.552856070429],[2010,77.476134216994],[2011,79.178466993622],[2012,56.866738926433],[2013,48.153917839086],[2014,37.177438074079],[2015,12.193957580304],[2016,9.356763577099],[2017,12.471743923199],[2018,17.93876553933],[2019,11.975281483111],[2020,5.8017389769166],[2021,9.8401323042999],[2022,30.759079807768],[2023,45.009012427663]], "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: 'FR0004180578_gearing', data: FR0004180578_gearing, height: "300", width: "100%" });