var NL0015000YE1_actif = {
"type": "bar",
"plot":{
"stacked":true,
"stack-type":"normal",
"bar-width":"50%",
"tooltip" : {
"short": true,
"decimals": 0,
},
},
"title":{
"text": "Actif du bilan",
"font-size": "15px"
}, noData: {
text: 'Aucune Donnée',
backgroundColor: '#f2f2f2'
},
"series": [{
"legend-text": "Ecart d'acquisition",
"values": [[2017,0],[2018,0],[2019,null],[2020,null],[2021,null],[2022,null],[2023,null]],
"background-color": "rgb(176, 0, 0)"
}, {
"legend-text": "Immobilisations\nincorporelles",
"values":[[2017,5000],[2018,5000],[2019,4000],[2020,4000],[2021,4000],[2022,4000],[2023,4000]],
"background-color": "rgb(255, 0, 0)"
}, {
"legend-text": "Immobilisations\ncorporelles",
"values":[[2017,47000],[2018,33000],[2019,30000],[2020,52000],[2021,47000],[2022,47000],[2023,35000]],
"background-color": "rgb(255, 128, 128)",
}, {
"legend-text": "Stocks",
"values":[[2017,0],[2018,0],[2019,null],[2020,null],[2021,null],[2022,null],[2023,null]],
"background-color": "rgb(255, 215, 0)"
}, {
"legend-text": "Créances clients",
"values":[[2017,0],[2018,0],[2019,null],[2020,null],[2021,null],[2022,null],[2023,null]],
"background-color": "rgb(0, 144, 144)"
}, {
"legend-text": "Disponibilités",
"values":[[2017,622000],[2018,4290000],[2019,1385000],[2020,10304000],[2021,9456000],[2022,4634000],[2023,2245000]],
"background-color": "rgb(0, 208, 0)"
}, {
"legend-text": "Autres actifs",
"values":[[2017,250000],[2018,185000],[2019,308000],[2020,289000],[2021,256000],[2022,551000],[2023,202000]],
"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":"7x1",
"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: 'NL0015000YE1_actif',
data: NL0015000YE1_actif,
height: "350",
width: "100%"
});