var FR0014005AC9_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": [[2019,0],[2020,0],[2021,0],[2022,0],[2023,null]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2019,3960000],[2020,3966000],[2021,3760000],[2022,3621000],[2023,3333000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2019,28000],[2020,66000],[2021,139000],[2022,358000],[2023,338000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2019,0],[2020,0],[2021,0],[2022,0],[2023,null]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2019,133000],[2020,308000],[2021,622000],[2022,788000],[2023,466000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2019,1792000],[2020,9508000],[2021,67128000],[2022,62333000],[2023,49559000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2019,10032000],[2020,22012000],[2021,21472000],[2022,17660000],[2023,15549000]], "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: 'FR0014005AC9_actif', data: FR0014005AC9_actif, height: "350", width: "100%" });