var FR0014004X25_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": [[2016,null],[2017,0],[2018,0],[2019,0],[2020,0],[2021,0]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2016,null],[2017,32400000],[2018,42300000],[2019,33200000],[2020,34900000],[2021,33100000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2016,null],[2017,26400000],[2018,36500000],[2019,42300000],[2020,45300000],[2021,38900000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2016,null],[2017,1700000],[2018,1600000],[2019,1500000],[2020,500000],[2021,1300000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2016,null],[2017,10200000],[2018,11100000],[2019,7500000],[2020,4300000],[2021,8000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2016,null],[2017,38000000],[2018,16000000],[2019,6900000],[2020,29400000],[2021,54500000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2016,null],[2017,53200000],[2018,46300000],[2019,97600000],[2020,99600000],[2021,90900000]], "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: 'FR0014004X25_actif', data: FR0014004X25_actif, height: "350", width: "100%" });