var FR001400K4B1_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,85560000],[2020,26539000],[2021,22845000],[2022,23487000],[2023,25612000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2019,14123000],[2020,27448000],[2021,25375000],[2022,13567000],[2023,13265000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2019,506000],[2020,652000],[2021,524000],[2022,419000],[2023,1051000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2019,13775000],[2020,20910000],[2021,14154000],[2022,5115000],[2023,7104000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2019,4581000],[2020,4853000],[2021,3870000],[2022,3223000],[2023,4275000]], "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: 'FR001400K4B1_passif', data: FR001400K4B1_passif, height: "350", width: "100%" });