var FR0010157115_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": [[2013,null],[2014,null],[2015,null],[2016,null],[2017,null],[2018,null],[2019,null],[2020,null],[2021,null],[2022,null],[2023,null]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2013,0],[2014,760000],[2015,760000],[2016,760000],[2017,760000],[2018,760000],[2019,760000],[2020,762000],[2021,762000],[2022,null],[2023,762000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2013,0],[2014,20000],[2015,20000],[2016,10000],[2017,50000],[2018,50000],[2019,887000],[2020,868000],[2021,1003000],[2022,1127000],[2023,1087000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2013,null],[2014,null],[2015,null],[2016,null],[2017,null],[2018,null],[2019,null],[2020,null],[2021,null],[2022,null],[2023,null]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2013,0],[2014,510000],[2015,310000],[2016,180000],[2017,180000],[2018,340000],[2019,320000],[2020,353000],[2021,415000],[2022,null],[2023,784000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2013,0],[2014,1070000],[2015,820000],[2016,620000],[2017,2110000],[2018,1770000],[2019,1590000],[2020,1770000],[2021,2150000],[2022,null],[2023,788000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[], "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: 'FR0010157115_actif', data: FR0010157115_actif, height: "350", width: "100%" });