var FR0000053027_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": [[2007,null],[2008,92.962556086456],[2009,38.073063917069],[2010,18.418005180202],[2011,61.942039242307],[2012,49.429987608426],[2013,42.999433152482],[2014,54.71006634769],[2015,43.67405640522],[2016,35.326895835692],[2017,32.614642152361],[2018,29.358062867815],[2019,27.504062878586],[2020,21.162798003485],[2021,12.111413024448],[2022,8.9585320878239],[2023,7.6196640721016]], "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: 'FR0000053027_gearing', data: FR0000053027_gearing, height: "300", width: "100%" });