var FR0013482791_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,40765000],[2018,43559000],[2019,67544000],[2020,187621000],[2021,210467000],[2022,228407000],[2023,242550000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2017,10034000],[2018,17158000],[2019,44953000],[2020,71676000],[2021,59490000],[2022,145032000],[2023,168970000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2017,133000],[2018,145000],[2019,542000],[2020,659000],[2021,1083000],[2022,886000],[2023,928000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2017,13434000],[2018,16055000],[2019,18598000],[2020,19570000],[2021,21181000],[2022,17745000],[2023,28306000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2017,6670000],[2018,7873000],[2019,16804000],[2020,20007000],[2021,25291000],[2022,20182000],[2023,42557000]], "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: 'FR0013482791_passif', data: FR0013482791_passif, height: "350", width: "100%" });