var FR0000121014_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,40.217469575862],[2009,39.12749408184],[2010,28.927708196001],[2011,30.903368492685],[2012,26.540949115561],[2013,31.912130721783],[2014,40.181715428422],[2015,32.09426721966],[2016,26.445185105544],[2017,38.255122273629],[2018,32.488146773861],[2019,65.833441939268],[2020,96.657137706353],[2021,70.569833772925],[2022,62.091018302593],[2023,61.314811566004]], "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: 'FR0000121014_gearing', data: FR0000121014_gearing, height: "300", width: "100%" });