var FR0000120073_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,97.302158273381],[2009,82.50751428682],[2010,72.449931412894],[2011,70.390267815161],[2012,69.642771655353],[2013,64.348233392419],[2014,61.016834504393],[2015,64.235599962414],[2016,98.634160583942],[2017,89.883003158197],[2018,78.322550171908],[2019,76.226946244127],[2020,71.500057880724],[2021,63.438460279652],[2022,54.747273319225],[2023,48.363820772987]], "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: 'FR0000120073_gearing', data: FR0000120073_gearing, height: "300", width: "100%" });