var FR001400NLM4_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,1298972000],[2020,1494270000],[2021,1668553000],[2022,1362491000],[2023,1385962000]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2019,2469080000],[2020,2881430000],[2021,3076406000],[2022,1592231000],[2023,1512974000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2019,6016658000],[2020,6969303000],[2021,6156875000],[2022,5001325000],[2023,4775384000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2019,12513000],[2020,19824000],[2021,15735000],[2022,16100000],[2023,15568000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2019,263482000],[2020,233223000],[2021,431630000],[2022,455368000],[2023,518103000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2019,838741000],[2020,888836000],[2021,952368000],[2022,856417000],[2023,644953000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2019,3579210000],[2020,4388664000],[2021,4675542000],[2022,5029505000],[2023,4925152000]], "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: 'FR001400NLM4_actif', data: FR001400NLM4_actif, height: "350", width: "100%" });