var BE0160342011_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,114.70792499421],[2009,110.02519329337],[2010,71.307524875622],[2011,51.705765407555],[2012,44.456596035543],[2013,56.300208271348],[2014,87.444054675215],[2015,79.97713376746],[2016,48.359539854333],[2017,43.815871047737],[2018,44.545793631956],[2019,28.673398901352],[2020,34.662927567248],[2021,20.984021623841],[2022,30.132576559787],[2023,25.127366207058]], "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: 'BE0160342011_gearing', data: BE0160342011_gearing, height: "300", width: "100%" });