var FR0000130692_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": [[2006,null],[2007,35.214827295703],[2008,34.083424807903],[2009,106.45161290323],[2010,82.686567164179],[2011,42.060988433228],[2012,33.718244803695],[2013,15.198511166253],[2014,22.532188841202],[2015,33.453237410072],[2016,69.643642762868],[2017,89.560678555894],[2018,85.244519392917],[2019,104.43201376936],[2020,166.56804733728],[2021,140.59220389805],[2022,123.25830653805],[2023,152.41679873217]], "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: 'FR0000130692_gearing', data: FR0000130692_gearing, height: "300", width: "100%" });