var FR0010307819_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,110.75022872827],[2009,63.241436925647],[2010,52.266081871345],[2011,59.579518480841],[2012,49.42024443748],[2013,48.44567559249],[2014,44.544431946007],[2015,49.671657473076],[2016,46.653059216998],[2017,73.346833490032],[2018,72.199865132366],[2019,81.993701218677],[2020,109.9571952711],[2021,92.871003269059],[2022,70.236948274824],[2023,71.58893491915]], "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: 'FR0010307819_gearing', data: FR0010307819_gearing, height: "300", width: "100%" });