var FR0014003VY4_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,0],[2023,null]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2018,99000],[2019,675000],[2020,2384000],[2021,3714000],[2022,4106000],[2023,2895000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2018,332000],[2019,328000],[2020,289000],[2021,483000],[2022,3993000],[2023,18345000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2018,0],[2019,0],[2020,0],[2021,2818000],[2022,6517000],[2023,8613000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2018,452000],[2019,2203000],[2020,3187000],[2021,4035000],[2022,3015000],[2023,6136000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2018,1284000],[2019,572000],[2020,26000],[2021,95123000],[2022,87359000],[2023,62668000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2018,1000],[2019,680000],[2020,2195000],[2021,5251000],[2022,7291000],[2023,12096000]], "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: 'FR0014003VY4_actif', data: FR0014003VY4_actif, height: "350", width: "100%" });