var FR0000073272_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.11357769747],[2009,45.834259053544],[2010,58.490967056323],[2011,61.050370948848],[2012,50.979447655748],[2013,49.8972703258],[2014,59.864155603581],[2015,56.609536738503],[2016,59.274489646057],[2017,48.992846385542],[2018,50.321112104707],[2019,57.138374647003],[2020,55.035294117647],[2021,53.813112283346],[2022,64.025400331309],[2023,54.525148908008]], "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: 'FR0000073272_gearing', data: FR0000073272_gearing, height: "300", width: "100%" });