var FR0012532810_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": [[2018,394000],[2019,8188000],[2020,8106000],[2021,117590000],[2022,112028000],[2023,97873000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2018,18773000],[2019,17096000],[2020,28568000],[2021,38245000],[2022,52605000],[2023,60755000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2018,248000],[2019,325000],[2020,561000],[2021,548000],[2022,585000],[2023,910000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2018,2503000],[2019,2830000],[2020,2281000],[2021,5712000],[2022,5413000],[2023,8337000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2018,4000],[2019,2461000],[2020,3366000],[2021,7463000],[2022,18543000],[2023,null]], "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: 'FR0012532810_passif', data: FR0012532810_passif, height: "350", width: "100%" });