var FR0012634822_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": [[2018,0],[2019,0],[2020,0],[2021,0],[2022,null],[2023,null]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2018,709000],[2019,699000],[2020,750000],[2021,806000],[2022,1200000],[2023,1343000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2018,391000],[2019,428000],[2020,547000],[2021,544000],[2022,535000],[2023,1106000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2018,0],[2019,0],[2020,0],[2021,33000],[2022,47000],[2023,190000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2018,0],[2019,0],[2020,0],[2021,388000],[2022,709000],[2023,363000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2018,3600000],[2019,5411000],[2020,19913000],[2021,43304000],[2022,35248000],[2023,24280000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2018,1126000],[2019,1574000],[2020,2831000],[2021,4107000],[2022,6551000],[2023,15227000]], "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: 'FR0012634822_actif', data: FR0012634822_actif, height: "350", width: "100%" });