var FR0000121964_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,224.01304459184],[2009,192.81521575677],[2010,162.39403820299],[2011,204.4382176903],[2012,188.95475048637],[2013,157.29170805794],[2014,139.96863058745],[2015,97.451414933515],[2016,53.808969225124],[2017,57.972747754699],[2018,57.223963019266],[2019,62.053352912384],[2020,83.779613585831],[2021,72.14114448619],[2022,64.777703413328],[2023,70.730368477784]], "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: 'FR0000121964_gearing', data: FR0000121964_gearing, height: "300", width: "100%" });