var FR0013451333_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,461800000],[2017,520200000],[2018,563900000],[2019,569200000],[2020,698700000],[2021,829100000],[2022,925400000],[2023,1071100000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2016,235800000],[2017,156400000],[2018,137800000],[2019,664800000],[2020,543500000],[2021,518900000],[2022,468200000],[2023,428800000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2016,83700000],[2017,83900000],[2018,83200000],[2019,106200000],[2020,100800000],[2021,60200000],[2022,55200000],[2023,59400000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2016,295900000],[2017,324000000],[2018,369300000],[2019,133500000],[2020,105500000],[2021,385700000],[2022,465700000],[2023,478500000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2016,935100000],[2017,964700000],[2018,1053000000],[2019,1382300000],[2020,1449500000],[2021,1394400000],[2022,1401200000],[2023,1723000000]], "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: 'FR0013451333_passif', data: FR0013451333_passif, height: "350", width: "100%" });