var FR0012532810_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": [[2018,0],[2019,0],[2020,0],[2021,0],[2022,null],[2023,null]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2018,189000],[2019,225000],[2020,396000],[2021,401000],[2022,804000],[2023,2057000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2018,14941000],[2019,18127000],[2020,17526000],[2021,29459000],[2022,67065000],[2023,108983000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2018,347000],[2019,378000],[2020,841000],[2021,1434000],[2022,4867000],[2023,11498000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2018,1603000],[2019,1623000],[2020,2051000],[2021,4074000],[2022,4143000],[2023,9139000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2018,6465000],[2019,7563000],[2020,16001000],[2021,122913000],[2022,91659000],[2023,38655000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2018,2000],[2019,2881000],[2020,5835000],[2021,10130000],[2022,11936000],[2023,14595000]], "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: 'FR0012532810_actif', data: FR0012532810_actif, height: "350", width: "100%" });