var FR001400J770_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": [[2019,217000000],[2020,215000000],[2021,222000000],[2022,225000000],[2023,224000000]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2019,1305000000],[2020,1230000000],[2021,1235000000],[2022,1127000000],[2023,1128000000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2019,12914000000],[2020,12579000000],[2021,11868000000],[2022,11989000000],[2023,12932000000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2019,737000000],[2020,543000000],[2021,567000000],[2022,723000000],[2023,853000000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2019,2164000000],[2020,1248000000],[2021,1511000000],[2022,1785000000],[2023,2152000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2019,3715000000],[2020,6423000000],[2021,6658000000],[2022,6626000000],[2023,6194000000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2019,7926000000],[2020,6871000000],[2021,7528000000],[2022,8267000000],[2023,9399000000]], "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: 'FR001400J770_actif', data: FR001400J770_actif, height: "350", width: "100%" });