var FR001400AJ45_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": [[2017,1092000000],[2018,2667000000],[2019,2388000000],[2020,2136000000],[2021,2286000000],[2022,2430000000],[2023,2982000000]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2017,785000000],[2018,1828000000],[2019,2280000000],[2020,1980000000],[2021,1811000000],[2022,1803000000],[2023,1794000000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2017,10883000000],[2018,11379000000],[2019,12042000000],[2020,10821000000],[2021,11231000000],[2022,12136000000],[2023,12260000000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2017,4508000000],[2018,4447000000],[2019,4694000000],[2020,3959000000],[2021,5115000000],[2022,6318000000],[2023,5447000000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2017,3084000000],[2018,3307000000],[2019,3532000000],[2020,3018000000],[2021,3576000000],[2022,4205000000],[2023,3850000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2017,1773000000],[2018,2100000000],[2019,1466000000],[2020,4747000000],[2021,4482000000],[2022,2584000000],[2023,2515000000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2017,2948000000],[2018,3029000000],[2019,4479000000],[2020,4111000000],[2021,4639000000],[2022,4709000000],[2023,4742000000]], "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: 'FR001400AJ45_actif', data: FR001400AJ45_actif, height: "350", width: "100%" });