var FR0000065278_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": [[2011,15899000],[2012,17371000],[2013,14195000],[2014,15346000],[2015,14947000],[2016,14531000],[2017,16710000],[2018,18359000],[2019,25048000],[2020,16003000],[2021,22296000],[2022,28028000],[2023,31487000],[2024,null]],
"background-color": "rgb(0, 144, 0)"
}, {
"legend-text": "Dette financière",
"values":[[2011,8203000],[2012,8767000],[2013,8513000],[2014,6730000],[2015,12600000],[2016,10202000],[2017,12192000],[2018,9054000],[2019,33796000],[2020,40652000],[2021,42246000],[2022,38429000],[2023,60971000],[2024,null]],
"background-color": "rgb(208, 0, 0)"
}, {
"legend-text": "Provisions",
"values":[[2011,620000],[2012,930000],[2013,839000],[2014,9750000],[2015,11160000],[2016,1745000],[2017,1924000],[2018,2074000],[2019,3951000],[2020,6334000],[2021,7704000],[2022,8096000],[2023,6325000],[2024,null]],
"background-color": "rgb(0, 0, 0)"
}, {
"legend-text": "Dette fournisseurs",
"values":[[2011,26896000],[2012,21061000],[2013,24423000],[2014,21017000],[2015,30830000],[2016,34222000],[2017,39957000],[2018,34910000],[2019,46305000],[2020,23017000],[2021,32364000],[2022,43512000],[2023,60502000],[2024,null]],
"background-color": "rgb(0, 144, 144)"
}, {
"legend-text": "Autres passifs",
"values":[[2011,32058000],[2012,29060000],[2013,24013000],[2014,25623000],[2015,28415000],[2016,23065000],[2017,27151000],[2018,27962000],[2019,38291000],[2020,37768000],[2021,39842000],[2022,58244000],[2023,53887000],[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: 'FR0000065278_passif',
data: FR0000065278_passif,
height: "350",
width: "100%"
});