var FR0013233475_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": [[2014,0],[2015,0],[2016,0],[2017,0],[2018,0],[2019,0],[2020,0],[2021,0]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2014,343000],[2015,335000],[2016,334000],[2017,352000],[2018,346000],[2019,271000],[2020,133000],[2021,272000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2014,48000],[2015,108000],[2016,79000],[2017,80000],[2018,60000],[2019,348000],[2020,326000],[2021,283000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2014,0],[2015,0],[2016,0],[2017,0],[2018,0],[2019,0],[2020,0],[2021,0]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2014,0],[2015,0],[2016,0],[2017,0],[2018,0],[2019,227000],[2020,67000],[2021,196000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2014,10166000],[2015,13451000],[2016,6354000],[2017,14089000],[2018,24953000],[2019,26510000],[2020,18780000],[2021,12336000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2014,1171000],[2015,686000],[2016,2104000],[2017,3616000],[2018,1039000],[2019,8877000],[2020,8408000],[2021,6078000]], "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: 'FR0013233475_actif', data: FR0013233475_actif, height: "350", width: "100%" });