var FR0000072993_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": [[2010,60.168666882906],[2011,28.439349112426],[2012,19.519770636722],[2013,43.662969081898],[2014,36.472982975574],[2015,35.047686959622],[2016,44.849124659101],[2017,36.577571179547],[2018,35.302507131061],[2019,108.65689381933],[2020,19.117647058824],[2021,9.9446902654867],[2022,179.88408255584],[2023,461.87407040159]], "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: 'FR0000072993_gearing', data: FR0000072993_gearing, height: "300", width: "100%" });