جزییات
This commit is contained in:
parent
3405441d3d
commit
386b07486b
|
|
@ -166,7 +166,7 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
|
||||||
},
|
},
|
||||||
{ label: "شتابدهنده", value: parseNumber(counts.accelerator_count) },
|
{ label: "شتابدهنده", value: parseNumber(counts.accelerator_count) },
|
||||||
{ label: "دانشگاه", value: parseNumber(counts.university_count) },
|
{ label: "دانشگاه", value: parseNumber(counts.university_count) },
|
||||||
{ label: "صندوق", value: parseNumber(counts.fund_count) },
|
{ label: "صندوق های مالی", value: parseNumber(counts.fund_count) },
|
||||||
{ label: "شرکت", value: parseNumber(counts.company_count) },
|
{ label: "شرکت", value: parseNumber(counts.company_count) },
|
||||||
]
|
]
|
||||||
: [];
|
: [];
|
||||||
|
|
@ -406,6 +406,23 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
||||||
|
{/* Footer - MOU Count */}
|
||||||
|
{/* <CardContent className="py-3">
|
||||||
|
<div className="flex font-bold text-xl px-6 justify-between text-gray-300 font-persian mb-1">
|
||||||
|
تعداد تفاهم نامه ها
|
||||||
|
<span className="text-2xl">{formatNumber(counts.mou_count)}</span>
|
||||||
|
</div>
|
||||||
|
</CardContent> */}
|
||||||
|
|
||||||
|
<CardHeader className="text-center pb-2 border-b-2 border-[#3F415A]">
|
||||||
|
<CardTitle className="font-persian text-xl text-white flex justify-between px-4">
|
||||||
|
تعداد تفاهم نامه ها
|
||||||
|
<span className="font-bold text-3xl">
|
||||||
|
{formatNumber(counts.mou_count)}
|
||||||
|
</span>
|
||||||
|
</CardTitle>
|
||||||
|
</CardHeader>
|
||||||
|
|
||||||
<CardHeader className="text-center pb-2 border-b-2 border-[#3F415A]">
|
<CardHeader className="text-center pb-2 border-b-2 border-[#3F415A]">
|
||||||
<CardTitle className="font-persian text-xl text-white flex justify-between px-4">
|
<CardTitle className="font-persian text-xl text-white flex justify-between px-4">
|
||||||
تعداد بازیگران
|
تعداد بازیگران
|
||||||
|
|
@ -497,13 +514,6 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|
||||||
{/* Footer - MOU Count */}
|
|
||||||
<CardContent className="py-3">
|
|
||||||
<div className="flex font-bold text-xl px-6 justify-between text-gray-300 font-persian mb-1">
|
|
||||||
تعداد تفاهم نامه ها
|
|
||||||
<span className="text-2xl">{formatNumber(counts.mou_count)}</span>
|
|
||||||
</div>
|
|
||||||
</CardContent>
|
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ export function NetworkGraph({ onNodeClick }: NetworkGraphProps) {
|
||||||
// Create center node
|
// Create center node
|
||||||
const centerNode: Node = {
|
const centerNode: Node = {
|
||||||
id: "center",
|
id: "center",
|
||||||
label: "مرکز زیست بوم",
|
label: "", //مرکز زیست بوم
|
||||||
category: "center",
|
category: "center",
|
||||||
stageid: 0,
|
stageid: 0,
|
||||||
isCenter: true,
|
isCenter: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user