var FR0010929125_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,197.67010691552],[2009,97.379054888315],[2010,138.13377535101],[2011,111.34121449226],[2012,71.141191709845],[2013,168.61894750746],[2014,125.59621251581],[2015,64.087552137145],[2016,96.320798833659],[2017,94.621674749355],[2018,88.990332692358],[2019,275.14373238574],[2020,254.87750595669],[2021,324.80216116709],[2022,377.49966887723],[2023,333.55973759995]], "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: 'FR0010929125_gearing', data: FR0010929125_gearing, height: "300", width: "100%" });