var FR0000032526_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,49.615024283084],[2009,42.736695469202],[2010,46.975051777537],[2011,50.238363485694],[2012,48.398604830047],[2013,42.356185311721],[2014,31.341469062616],[2015,120.56431014863],[2016,126.55336721728],[2017,103.40561347515],[2018,113.2664050976],[2019,97.100402885979],[2020,96.070199100486],[2021,82.336358160615],[2022,82.209342150328],[2023,102.31923060655]], "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: 'FR0000032526_gearing', data: FR0000032526_gearing, height: "300", width: "100%" });