var FR0000051393_passif = {
"type": "bar",
"plot":{
"stacked":true,
"stack-type":"normal",
"bar-width":"50%",
"tooltip" : {
"short": true,
"decimals": 0,
},
},
"title":{
"text": "Passif du bilan",
"font-size": "15px"
}, noData: {
text: 'Aucune Donnée',
backgroundColor: '#f2f2f2'
},
"series": [{
"legend-text": "Capitaux propres",
"values": [[2008,321961000],[2009,280808000],[2010,389759000],[2011,399206000],[2012,256998000],[2013,241664000],[2014,255196000],[2015,277132000],[2016,326254000],[2017,456585000],[2018,480020000],[2019,501425000],[2020,518403000],[2021,612440000],[2022,672800000],[2023,733373000]],
"background-color": "rgb(0, 144, 0)"
}, {
"legend-text": "Dette financière",
"values":[[2008,73477000],[2009,33869000],[2010,26366000],[2011,13020000],[2012,13287000],[2013,8677000],[2014,27853000],[2015,20631000],[2016,20445000],[2017,30622000],[2018,225248000],[2019,112173000],[2020,129540000],[2021,87306000],[2022,97377000],[2023,92425000]],
"background-color": "rgb(208, 0, 0)"
}, {
"legend-text": "Provisions",
"values":[[2008,null],[2009,null],[2010,null],[2011,null],[2012,3234000],[2013,4929000],[2014,5472000],[2015,6519000],[2016,6470000],[2017,4409000],[2018,4622000],[2019,4749000],[2020,null],[2021,null],[2022,null],[2023,null]],
"background-color": "rgb(0, 0, 0)"
}, {
"legend-text": "Dette fournisseurs",
"values":[[2008,null],[2009,null],[2010,null],[2011,14851000],[2012,985000],[2013,1371000],[2014,2180000],[2015,4433000],[2016,4476000],[2017,7305000],[2018,5313000],[2019,4920000],[2020,5147000],[2021,11998000],[2022,8930000],[2023,16409000]],
"background-color": "rgb(0, 144, 144)"
}, {
"legend-text": "Autres passifs",
"values":[[2008,null],[2009,null],[2010,null],[2011,45846000],[2012,10955000],[2013,4769000],[2014,12721000],[2015,16709000],[2016,17639000],[2017,17334000],[2018,4023000],[2019,29235000],[2020,22430000],[2021,22621000],[2022,15302000],[2023,22734000]],
"background-color": "rgb(192, 96, 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":"5x1",
"x" : "0",
"y": "35",
"item": { "font-size": "11px" } },
"scale-y" : {
"short": true,
"guide": {"line-color": "rgb(127,127,127)",},
"item": { "font-size": "12px" },
},
"scale-x" : {
"item": { "font-size": "12px" },
}
}
zingchart.render({
id: 'FR0000051393_passif',
data: FR0000051393_passif,
height: "350",
width: "100%"
});