var FR0000076887_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": [[2006,null],[2007,null],[2008,24074000],[2009,25187000],[2010,23595000],[2011,27580000],[2012,30934000],[2013,29157000],[2014,27574000],[2015,26878000],[2016,28409000],[2017,35097000],[2018,35713000],[2019,34643000],[2020,40669000],[2021,37687000],[2022,27579000],[2023,null]],
"background-color": "rgb(0, 144, 0)"
}, {
"legend-text": "Dette financière",
"values":[[2006,null],[2007,null],[2008,4330000],[2009,12454000],[2010,11484000],[2011,16981000],[2012,12793000],[2013,12497000],[2014,17223000],[2015,18628000],[2016,18395000],[2017,22467000],[2018,31363000],[2019,40758000],[2020,44047000],[2021,26701000],[2022,27820000],[2023,null]],
"background-color": "rgb(208, 0, 0)"
}, {
"legend-text": "Provisions",
"values":[[2006,null],[2007,null],[2008,null],[2009,null],[2010,null],[2011,1765000],[2012,1444000],[2013,1069000],[2014,2595000],[2015,2709000],[2016,2160000],[2017,2559000],[2018,3966000],[2019,7796000],[2020,7641000],[2021,8096000],[2022,9595000],[2023,null]],
"background-color": "rgb(0, 0, 0)"
}, {
"legend-text": "Dette fournisseurs",
"values":[[2006,null],[2007,null],[2008,null],[2009,null],[2010,null],[2011,29004000],[2012,29256000],[2013,24940000],[2014,21820000],[2015,20977000],[2016,27896000],[2017,43772000],[2018,36949000],[2019,36866000],[2020,40739000],[2021,41172000],[2022,33709000],[2023,null]],
"background-color": "rgb(0, 144, 144)"
}, {
"legend-text": "Autres passifs",
"values":[[2006,null],[2007,null],[2008,null],[2009,null],[2010,null],[2011,13224000],[2012,11437000],[2013,9646000],[2014,9975000],[2015,10180000],[2016,15676000],[2017,27292000],[2018,33729000],[2019,16970000],[2020,16717000],[2021,14042000],[2022,34572000],[2023,null]],
"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: 'FR0000076887_passif',
data: FR0000076887_passif,
height: "350",
width: "100%"
});