var FR0000039232_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,77.026956476341],[2009,67.530298771515],[2010,61.781434559706],[2011,73.739456147737],[2012,24.858377203021],[2013,40.269165928508],[2014,32.213487454804],[2015,30.179850260417],[2016,34.36452342664],[2017,41.190359456042],[2018,42.863281891834],[2019,65.901033604634],[2020,109.49859969284],[2021,81.280335232583],[2022,82.733084555527],[2023,87.538698615874],[2024,null]], "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: 'FR0000039232_gearing', data: FR0000039232_gearing, height: "300", width: "100%" });