TWSD-827 - [Web][API] APV statistic report page rework
Review Request #953 — Created July 2, 2025 and submitted
| Information | |
|---|---|
| shuinvy | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-827 | |
| Reviewers | |
| jasonchang, lucille, marychou, timlai, timsu | |
Fixed empty data issue of LLB report
If data is empty, then skip the options to generate report for LLB.
1. Check each fields (Such as "bandwidth_usage") for not empty data first
2. Prevent exception if max function face empty list( max(max_list) ).
