var FR0000038242_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,null],[2008,112.3035435891],[2009,139.94544268517],[2010,122.82847115596],[2011,122.57127110577],[2012,128.28189490544],[2013,95.974941268598],[2014,80.751995220008],[2015,53.026106864591],[2016,39.240298360333],[2017,27.317723457051],[2018,22.659176029963],[2019,25.675891985338],[2020,53.820276076424],[2021,61.784510856078],[2022,59.026664874533],[2023,75.052379449667]], "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: 'FR0000038242_gearing', data: FR0000038242_gearing, height: "300", width: "100%" });