var FR00140085W6_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,117950000],[2018,102644000],[2019,101061000],[2020,93888000],[2021,97365000],[2022,138956000],[2023,123208000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2017,72223000],[2018,72962000],[2019,75808000],[2020,74605000],[2021,74476000],[2022,116966000],[2023,118692000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2017,null],[2018,null],[2019,null],[2020,null],[2021,null],[2022,null],[2023,null]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2017,1169000],[2018,1120000],[2019,768000],[2020,1021000],[2021,1043000],[2022,2183000],[2023,1134000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2017,28549000],[2018,7871000],[2019,10324000],[2020,9865000],[2021,6506000],[2022,7823000],[2023,7758000]], "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: 'FR00140085W6_passif', data: FR00140085W6_passif, height: "350", width: "100%" });