var FR0000074072_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,48.079126508054],[2010,23.144711374246],[2011,86.79149899905],[2012,86.79149899905],[2013,44.772502427911],[2014,44.288308502648],[2015,32.794614029938],[2016,32.794614029938],[2017,17.248057400925],[2018,19.518881451379],[2019,30.683484535957],[2020,28.191624994688],[2021,51.454609879757],[2022,80.537398691371],[2023,87.059041591919],[2024,70.625378401023]],
"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: 'FR0000074072_gearing',
data: FR0000074072_gearing,
height: "300",
width: "100%"
});