Update modules/resources/resources_app.py
Browse files
modules/resources/resources_app.py
CHANGED
@@ -368,4 +368,13 @@ class ResourcesApp:
|
|
368 |
)
|
369 |
|
370 |
fig = px.bar(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
(Content truncated due to size limit. Use line ranges to read in chunks)
|
|
|
368 |
)
|
369 |
|
370 |
fig = px.bar(
|
371 |
+
project_allocations,
|
372 |
+
x="اسم المشروع",
|
373 |
+
y="الكمية المخصصة",
|
374 |
+
title="توزيع الموارد على المشاريع",
|
375 |
+
color="اسم المورد",
|
376 |
+
text_auto=True
|
377 |
+
) # قوس الإغلاق المفقود
|
378 |
+
st.plotly_chart(fig, use_container_width=True)
|
379 |
+
|
380 |
(Content truncated due to size limit. Use line ranges to read in chunks)
|