var FR0000035123_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,189.67430207588],[2009,171.79054054054],[2010,151.80914512922],[2011,182.77479892761],[2012,119.86408782018],[2013,113.14640822668],[2014,128.7835354649],[2015,149.16238985184],[2016,111.0074026392],[2017,111.18265916924],[2018,128.65680713128],[2019,298.39438033116],[2020,414.48432760364],[2021,492.48337669847],[2022,501.22962539319],[2023,-66.181553574677]], "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: 'FR0000035123_gearing', data: FR0000035123_gearing, height: "300", width: "100%" });