var FR0013154002_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,43.93347432772],[2009,36.239156254212],[2010,36.272146558997],[2011,36.986480669951],[2012,32.548312373626],[2013,34.359888593262],[2014,19.68034138515],[2015,18.271867791273],[2016,13.400719790035],[2017,18.155582895751],[2018,14.320865482345],[2019,11.492838576496],[2020,40.185284052019],[2021,36.089654679015],[2022,45.171426298624],[2023,137.73380218465]], "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: 'FR0013154002_gearing', data: FR0013154002_gearing, height: "300", width: "100%" });