var FR0000051070_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,38.080866653095],[2009,48.583484988772],[2010,81.315323236595],[2011,55.183104150901],[2012,61.223238730525],[2013,86.749933187656],[2014,75.167771623272],[2015,67.776619716775],[2016,68.057992229957],[2017,68.694265593204],[2018,62.83996629438],[2019,61.442066837582],[2020,112.62114136158],[2021,77.886320495016],[2022,40.007382589842],[2023,23.099234543217]], "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: 'FR0000051070_gearing', data: FR0000051070_gearing, height: "300", width: "100%" });