var FR0000130213_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,80.319388214125],[2009,65.31112199902],[2010,62.070681931309],[2011,66.335978835979],[2012,80.341023069208],[2013,48.616330714042],[2014,73.041806823642],[2015,102.34192037471],[2016,91.302211302211],[2017,100.57172557173],[2018,104.54772613693],[2019,327.21291866029],[2020,566.14268440145],[2021,465.92119275825],[2022,442.91262135922],[2023,516.3179916318]], "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: 'FR0000130213_gearing', data: FR0000130213_gearing, height: "300", width: "100%" });