var FR0013254851_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": [[2015,80000],[2016,369000],[2017,10159000],[2018,7409000],[2019,8253000],[2020,7152000],[2021,14295000],[2022,13357000],[2023,19600000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2015,761000],[2016,806000],[2017,1693000],[2018,2802000],[2019,4776000],[2020,7013000],[2021,7591000],[2022,7177000],[2023,6878000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2015,0],[2016,0],[2017,21000],[2018,94000],[2019,133000],[2020,191000],[2021,177000],[2022,159000],[2023,160000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2015,173000],[2016,274000],[2017,415000],[2018,876000],[2019,642000],[2020,1408000],[2021,1463000],[2022,1570000],[2023,1870000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2015,145000],[2016,175000],[2017,424000],[2018,725000],[2019,1256000],[2020,5315000],[2021,5015000],[2022,4952000],[2023,4801000]], "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: 'FR0013254851_passif', data: FR0013254851_passif, height: "350", width: "100%" });