Flowchart with Correct Styles
flowchart LR
X["Input x"]
Z1["z1=W1x+b1"]
A1["a1=ReLU(z1)"]
Y["$$\hat{A}$$"]
X --> Z1 --> A1 --> Y
%% -- dashboard status styles --
classDef ok fill:#DCFCE7,stroke:#16A34A,stroke-width:1.5px,color:#052E16;
classDef warn fill:#FEF9C3,stroke:#CA8A04,stroke-width:1.5px,color:#422006;
classDef err fill:#FCE7EF,stroke:#DB2777,stroke-width:1.5px,color:#500724;
classDef crit fill:#FEE2E2,stroke:#DC2626,stroke-width:1.5px,color:#450A0A;
classDef off fill:#F1F5F9,stroke:#94A3B8,stroke-width:1.5px,color:#111827;
classDef info fill:#EFF6FF,stroke:#3B82F6,stroke-width:1.5px,color:#0C1E3E;
Chart 1
Spectrum Allocation by Slice
Figure 1.
Spectrum allocation by slice across eMBB, URLLC, and mMTC.
As shown in Figure 1, eMBB receives the largest spectrum share.
Chart 2 [nonselectable axis]
Active Users and Average Throughput
Active users
Average throughput Mbps
Figure 7.
Comparison of active users and average throughput across four sites.
Chart 3 [Selectable Axises]
Active Users and Average Throughput
Figure 7.
Comparison of active users and average throughput across four sites.
Chart 4
Latency vs Throughput
Figure 8.
Relationship between latency and throughput across multiple measurement samples.
Chart 5 [States]
UE Connection State Chart
Figure 5.
UE connection state chart showing the simplified transition flow from idle to registering, connected, and failed states.