var FR0000121121_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,174.223597169],[2009,169.24645593637],[2010,163.88433139519],[2011,165.67607147141],[2012,176.4012341288],[2013,142.47220958201],[2014,157.80534155023],[2015,30.871868196531],[2016,55.214131559296],[2017,56.492330418106],[2018,54.136512317813],[2019,63.686962627351],[2020,73.934458288227],[2021,51.703553810355],[2022,59.052567095553],[2023,11.255948748032]], "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: 'FR0000121121_gearing', data: FR0000121121_gearing, height: "300", width: "100%" });