var FR0014007LW0_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": [[2019,33.133433283358],[2020,33.431516936672],[2021,null],[2022,38.292381914058],[2023,20.035934764581],[2024,83.361714204626]],
"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: 'FR0014007LW0_gearing',
data: FR0014007LW0_gearing,
height: "300",
width: "100%"
});