var FR0013254851_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": [[2015,0],[2016,0],[2017,0],[2018,0],[2019,0],[2020,0],[2021,0],[2022,null],[2023,null]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2015,100000],[2016,140000],[2017,330000],[2018,542000],[2019,792000],[2020,869000],[2021,955000],[2022,944000],[2023,1078000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2015,30000],[2016,85000],[2017,478000],[2018,950000],[2019,753000],[2020,694000],[2021,406000],[2022,278000],[2023,173000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2015,0],[2016,0],[2017,128000],[2018,126000],[2019,287000],[2020,313000],[2021,420000],[2022,529000],[2023,1005000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2015,11000],[2016,0],[2017,0],[2018,72000],[2019,125000],[2020,174000],[2021,84000],[2022,241000],[2023,290000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2015,592000],[2016,529000],[2017,10599000],[2018,7419000],[2019,8033000],[2020,14585000],[2021,21819000],[2022,20828000],[2023,25017000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2015,319000],[2016,766000],[2017,946000],[2018,2709000],[2019,4947000],[2020,4285000],[2021,4687000],[2022,4243000],[2023,5580000]], "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: 'FR0013254851_actif', data: FR0013254851_actif, height: "350", width: "100%" });