var FR0000053506_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,242049000],[2009,465991000],[2010,480306000],[2011,516234000],[2012,425263000],[2013,345825000],[2014,218063000],[2015,228130000],[2016,188944000],[2017,197346000],[2018,198957000],[2019,201247000],[2020,207902000],[2021,232387000],[2022,304135000],[2023,294556000],[2024,null]],
"background-color": "rgb(0, 144, 0)"
}, {
"legend-text": "Dette financière",
"values":[[2008,696623000],[2009,525029000],[2010,549947000],[2011,535615000],[2012,529712000],[2013,538214000],[2014,548216000],[2015,398936000],[2016,247595000],[2017,254870000],[2018,189056000],[2019,275574000],[2020,266459000],[2021,275503000],[2022,284590000],[2023,285102000],[2024,null]],
"background-color": "rgb(208, 0, 0)"
}, {
"legend-text": "Provisions",
"values":[[2008,null],[2009,null],[2010,null],[2011,25154000],[2012,29615000],[2013,27501000],[2014,18680000],[2015,19307000],[2016,23441000],[2017,25445000],[2018,26389000],[2019,34105000],[2020,37856000],[2021,36324000],[2022,27752000],[2023,33528000],[2024,null]],
"background-color": "rgb(0, 0, 0)"
}, {
"legend-text": "Dette fournisseurs",
"values":[[2008,null],[2009,null],[2010,null],[2011,92079000],[2012,91092000],[2013,108269000],[2014,47166000],[2015,54470000],[2016,62419000],[2017,46954000],[2018,41774000],[2019,50644000],[2020,43214000],[2021,48245000],[2022,55709000],[2023,61734000],[2024,null]],
"background-color": "rgb(0, 144, 144)"
}, {
"legend-text": "Autres passifs",
"values":[[2008,null],[2009,null],[2010,null],[2011,224207000],[2012,212602000],[2013,201363000],[2014,317096000],[2015,163432000],[2016,186683000],[2017,221608000],[2018,191932000],[2019,247043000],[2020,349924000],[2021,205127000],[2022,217729000],[2023,249148000],[2024,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: 'FR0000053506_passif',
data: FR0000053506_passif,
height: "350",
width: "100%"
});