var FR0010221234_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": [[2009,178.06835432533],[2010,163.91984421132],[2011,133.88711510363],[2012,133.88711510363],[2013,142.05524644246],[2014,147.11709222937],[2015,154.66213251426],[2016,154.66213251426],[2017,111.72623061362],[2018,115.74418767999],[2019,154.89293436563],[2020,137.53476431577],[2021,132.99884788345],[2022,121.72545181249],[2023,106.08053123271],[2024,85.528982569923]],
"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: 'FR0010221234_gearing',
data: FR0010221234_gearing,
height: "300",
width: "100%"
});