var FR0000054231_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,24.363428606723],[2009,10.244284595114],[2010,7.6641503868277],[2011,27.020211668513],[2012,21.64604965046],[2013,22.399778580585],[2014,22.196511728806],[2015,19.436880441052],[2016,16.170120015802],[2017,17.310660848638],[2018,12.099623845891],[2019,25.39737915095],[2020,55.883367659512],[2021,16.047573816212],[2022,16.473475469466],[2023,13.671203048449]], "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: 'FR0000054231_gearing', data: FR0000054231_gearing, height: "300", width: "100%" });