var FR0010112524_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,41.399547159481],[2008,50.506627800349],[2009,31.107486517923],[2010,28.241997090624],[2011,13.970852803321],[2012,14.131840653466],[2013,7.6983991856903],[2014,54.855030284758],[2015,59.56827499072],[2016,64.788995682933],[2017,71.800221803062],[2018,135.62862572741],[2019,171.78925995605],[2020,143.59911098604],[2021,124.20997735313],[2022,131.25936092484],[2023,133.5477930758]], "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: 'FR0010112524_gearing', data: FR0010112524_gearing, height: "300", width: "100%" });