var FR0010340141_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,86.678443940596],[2009,97.716605953734],[2010,93.125141960668],[2011,96.894750221212],[2012,104.87161571678],[2013,109.17289604297],[2014,103.16582914573],[2015,108.26466311197],[2016,104.49778606385],[2017,108.77806404122],[2018,121.80658507154],[2019,122.70684201765],[2020,258.88915262283],[2021,246.04885057471],[2022,205.87023686921],[2023,185.42571266755]], "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: 'FR0010340141_gearing', data: FR0010340141_gearing, height: "300", width: "100%" });