var FR001400NLM4_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": [[2019,3011123000],[2020,3489959000],[2021,2335364000],[2022,-1502236000],[2023,1888428000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2019,9273278000],[2020,10528941000],[2021,12127495000],[2022,13383265000],[2023,9160994000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2019,199107000],[2020,190956000],[2021,223471000],[2022,362390000],[2023,380492000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2019,253782000],[2020,310420000],[2021,334797000],[2022,326954000],[2023,502276000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2019,1801731000],[2020,2446226000],[2021,2050685000],[2022,null],[2023,1975810000]], "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: 'FR001400NLM4_passif', data: FR001400NLM4_passif, height: "350", width: "100%" });