var FR0014008VX5_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,1018100000],[2020,989300000],[2021,1015900000],[2022,1110200000],[2023,927700000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2019,64200000],[2020,73400000],[2021,24100000],[2022,120800000],[2023,225600000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2019,217800000],[2020,219600000],[2021,195000000],[2022,146900000],[2023,158600000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2019,129400000],[2020,144200000],[2021,200000000],[2022,226200000],[2023,175900000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2019,147000],[2020,174500000],[2021,187000000],[2022,132000000],[2023,124600000]], "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: 'FR0014008VX5_passif', data: FR0014008VX5_passif, height: "350", width: "100%" });