var FR001400OKR3_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,7489000000],[2020,6656000000],[2021,6667000000],[2022,6933000000],[2023,2046000000]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2019,2296000000],[2020,2061000000],[2021,2006000000],[2022,2065000000],[2023,1082000000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2019,5113000000],[2020,4279000000],[2021,4641000000],[2022,5319000000],[2023,1054000000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2019,3775000000],[2020,3209000000],[2021,3214000000],[2022,3640000000],[2023,875000000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2019,836000000],[2020,941000000],[2021,772000000],[2022,854000000],[2023,689000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2019,3572000000],[2020,2745000000],[2021,2283000000],[2022,2504000000],[2023,1051000000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2019,10580000000],[2020,9409000000],[2021,9756000000],[2022,8669000000],[2023,11352000000]], "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: 'FR001400OKR3_actif', data: FR001400OKR3_actif, height: "350", width: "100%" });