var FR0010193052_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": [[2010,480.61310782241],[2011,154.35753700622],[2012,40.963732160213],[2013,43.090791320307],[2014,48.77370273646],[2015,58.158352280326],[2016,59.772983416519],[2017,37.001564945227],[2018,17.38447282543],[2019,17.565136476427],[2020,76.705604410028],[2021,51.795423652016],[2022,38.568764421405],[2023,31.831437189452]], "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: 'FR0010193052_gearing', data: FR0010193052_gearing, height: "300", width: "100%" });