var FR0004159473_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,56.986804582145],[2009,39.669063309145],[2010,33.878148624018],[2011,38.510616044347],[2012,40.366832065988],[2013,28.860115146079],[2014,37.431645268664],[2015,39.633166372383],[2016,28.756135278693],[2017,45.051470329902],[2018,35.547223612895],[2019,57.563823937577],[2020,82.242892276481],[2021,60.113387775734],[2022,78.473899541578],[2023,46.699174793698]], "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: 'FR0004159473_gearing', data: FR0004159473_gearing, height: "300", width: "100%" });