var FR0010204453_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": [[2008,null],[2009,null],[2010,null],[2011,null],[2012,null],[2013,7700000],[2014,0],[2015,0],[2016,7700000],[2017,7700000],[2018,7180000],[2019,6760000],[2020,6760000],[2021,6760000],[2022,6760000],[2023,6760000]],
"background-color": "rgb(176, 0, 0)"
}, {
"legend-text": "Immobilisations\nincorporelles",
"values":[[2008,null],[2009,null],[2010,null],[2011,0],[2012,0],[2013,0],[2014,8541471],[2015,8415153],[2016,0],[2017,0],[2018,0],[2019,0],[2020,501000],[2021,718000],[2022,741000],[2023,630000]],
"background-color": "rgb(255, 0, 0)"
}, {
"legend-text": "Immobilisations\ncorporelles",
"values":[[2008,null],[2009,null],[2010,null],[2011,9142000],[2012,9283000],[2013,9330000],[2014,9373000],[2015,9488000],[2016,9348000],[2017,9435000],[2018,8990000],[2019,8616000],[2020,9139000],[2021,9675000],[2022,9881000],[2023,9800000]],
"background-color": "rgb(255, 128, 128)",
}, {
"legend-text": "Stocks",
"values":[[2008,null],[2009,null],[2010,null],[2011,null],[2012,null],[2013,2280000],[2014,null],[2015,2560000],[2016,3520000],[2017,8750000],[2018,13310000],[2019,12530000],[2020,10910000],[2021,18920000],[2022,31280000],[2023,21030000]],
"background-color": "rgb(255, 215, 0)"
}, {
"legend-text": "Créances clients",
"values":[[2008,null],[2009,null],[2010,null],[2011,null],[2012,null],[2013,2450000],[2014,1213000],[2015,1785000],[2016,3850000],[2017,3620000],[2018,4050000],[2019,3830000],[2020,3890000],[2021,4500000],[2022,5620000],[2023,6570000]],
"background-color": "rgb(0, 144, 144)"
}, {
"legend-text": "Disponibilités",
"values":[[2008,null],[2009,null],[2010,null],[2011,null],[2012,null],[2013,1530000],[2014,1573000],[2015,2760000],[2016,1990000],[2017,2130000],[2018,2640000],[2019,2350000],[2020,10360000],[2021,15090000],[2022,1450000],[2023,4960000]],
"background-color": "rgb(0, 208, 0)"
}, {
"legend-text": "Autres actifs",
"values":[],
"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: 'FR0010204453_actif',
data: FR0010204453_actif,
height: "350",
width: "100%"
});