var FR0010040865_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,74.764610839604],[2009,79.159874671164],[2010,78.485851830344],[2011,64.421134831306],[2012,59.328418504417],[2013,67.164626946087],[2014,55.758851578932],[2015,43.94691559694],[2016,38.105511939635],[2017,62.88808933025],[2018,52.329357442552],[2019,42.816815528457],[2020,58.196101225024],[2021,44.519866716957],[2022,44.623996012805],[2023,55.511907633794]], "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: 'FR0010040865_gearing', data: FR0010040865_gearing, height: "300", width: "100%" });