var FR0013505062_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": [[2016,704000000],[2017,336000000],[2018,272000000],[2019,36000000],[2020,165000000],[2021,134000000],[2022,320000000],[2023,6000000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2016,1050000000],[2017,1097000000],[2018,1024000000],[2019,1298000000],[2020,1142000000],[2021,1235000000],[2022,431000000],[2023,542000000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2016,411000000],[2017,378000000],[2018,339000000],[2019,372000000],[2020,358000000],[2021,296000000],[2022,219000000],[2023,208000000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2016,992000000],[2017,947000000],[2018,1135000000],[2019,865000000],[2020,751000000],[2021,752000000],[2022,858000000],[2023,550000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2016,1224000000],[2017,954000000],[2018,989000000],[2019,639000000],[2020,593000000],[2021,582000000],[2022,515000000],[2023,359000000]], "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: 'FR0013505062_passif', data: FR0013505062_passif, height: "350", width: "100%" });