var FR0014005AC9_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": [[2019,5511000],[2020,19573000],[2021,77856000],[2022,70977000],[2023,61799000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2019,2884000],[2020,9399000],[2021,8949000],[2022,8539000],[2023,4787000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2019,0],[2020,64000],[2021,87000],[2022,81000],[2023,75000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2019,58000],[2020,1373000],[2021,1785000],[2022,1839000],[2023,1709000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2019,7504000],[2020,5479000],[2021,4472000],[2022,3385000],[2023,2057000]], "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: 'FR0014005AC9_passif', data: FR0014005AC9_passif, height: "350", width: "100%" });