var FR0000053506_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,287.80246974786],[2009,112.66934339934],[2010,114.49929836396],[2011,103.75430521818],[2012,124.56103634692],[2013,155.63189474445],[2014,251.40257631969],[2015,174.8722219787],[2016,131.04147260564],[2017,129.14880463754],[2018,95.023547801786],[2019,136.93322136479],[2020,128.16567421189],[2021,118.55353354534],[2022,93.573577523139],[2023,96.790423552737]], "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: 'FR0000053506_gearing', data: FR0000053506_gearing, height: "300", width: "100%" });