var FR0014000MR3_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,1756714000],[2017,2481973000],[2018,2722182000],[2019,2898100000],[2020,3716400000],[2021,4677200000],[2022,4851000000],[2023,5137400000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2016,1442068000],[2017,2280802000],[2018,3223278000],[2019,3591700000],[2020,3206100000],[2021,2785500000],[2022,3363600000],[2023,3985900000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2016,56163000],[2017,60230000],[2018,70092000],[2019,80400000],[2020,81700000],[2021,91200000],[2022,78700000],[2023,87100000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2016,230122000],[2017,301863000],[2018,373010000],[2019,526200000],[2020,678700000],[2021,790700000],[2022,831900000],[2023,793000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2016,644348000],[2017,707439000],[2018,816886000],[2019,726700000],[2020,892600000],[2021,987700000],[2022,958300000],[2023,885200000]], "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: 'FR0014000MR3_passif', data: FR0014000MR3_passif, height: "350", width: "100%" });