var FR0014005OJ5_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,6237000],[2019,9033000],[2020,1717000],[2021,11018000],[2022,-2243000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2018,1199000],[2019,1136000],[2020,2563000],[2021,2707000],[2022,7863000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2018,14000],[2019,177000],[2020,520000],[2021,606000],[2022,56000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2018,514000],[2019,1623000],[2020,2715000],[2021,3027000],[2022,5141000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2018,3000],[2019,3433000],[2020,3504000],[2021,523000],[2022,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: 'FR0014005OJ5_passif', data: FR0014005OJ5_passif, height: "350", width: "100%" });