var FR001400AJ45_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": [[2017,11261000000],[2018,12167000000],[2019,13229000000],[2020,12631000000],[2021,14971000000],[2022,17116000000],[2023,17958000000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2017,2679000000],[2018,6008000000],[2019,6887000000],[2020,8621000000],[2021,7817000000],[2022,7340000000],[2023,6222000000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2017,3969000000],[2018,3850000000],[2019,3873000000],[2020,3700000000],[2021,3362000000],[2022,3005000000],[2023,3131000000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2017,3004000000],[2018,2946000000],[2019,3097000000],[2020,2728000000],[2021,3787000000],[2022,4011000000],[2023,3605000000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2017,4354000000],[2018,4477000000],[2019,4591000000],[2020,3957000000],[2021,4607000000],[2022,3874000000],[2023,4279000000]], "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: 'FR001400AJ45_passif', data: FR001400AJ45_passif, height: "350", width: "100%" });