var NL0015000IY2_passif = { "type": "bar", "plot":{ "stacked":true, "stack-type":"normal", "bar-width":"50%", "tooltip" : { "short": true, "decimals": 0, }, }, "title":{ "text": "Passif du bilan", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Capitaux propres", "values": [[2018,3077000000],[2019,2984000000],[2020,1634000000],[2021,2030000000],[2022,2352000000],[2023,2983000000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2018,18000000],[2019,612000000],[2020,3534000000],[2021,3096000000],[2022,2673000000],[2023,2514000000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2018,370000000],[2019,437000000],[2020,335000000],[2021,355000000],[2022,291000000],[2023,300000000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2018,0],[2019,132000000],[2020,575000000],[2021,534000000],[2022,515000000],[2023,526000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2018,0],[2019,4665000000],[2020,5462000000],[2021,6079000000],[2022,5808000000],[2023,6768000000]], "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":"5x1", "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: 'NL0015000IY2_passif', data: NL0015000IY2_passif, height: "350", width: "100%" });