var FR0000130403_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,46.754012446774],[2009,45.45003411699],[2010,34.982115482882],[2011,35.378077138962],[2012,30.478571428571],[2013,35.669314698223],[2014,40.102583586626],[2015,40.102583586626],[2016,30.232017019013],[2017,38.022790456115],[2018,32.725723083691],[2019,71.736148052748],[2020,104.56075488357],[2021,74.471067785278],[2022,64.738373163457],[2023,63.790158061467],[2024,44.760067013702]], "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: 'FR0000130403_gearing', data: FR0000130403_gearing, height: "300", width: "100%" });