[#5] B5: UPS chart re-sorts already-sorted data #30

Open
sebse wants to merge 1 commits from 5-remove-ups-sort into main
Owner

File: web/components/ChartCard/UpsChart.tsx\n\nAPI returns UPS data ORDER BY real_time ASC. Only sort in tick mode (where game_tick order may differ from real_time). Real mode skips sort entirely.\n\nFixes #5

**File:** web/components/ChartCard/UpsChart.tsx\n\nAPI returns UPS data ORDER BY real_time ASC. Only sort in tick mode (where game_tick order may differ from real_time). Real mode skips sort entirely.\n\nFixes #5
sebse added the bug label 2026-06-05 11:11:11 +00:00
sebse added 1 commit 2026-06-05 11:11:11 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 5-remove-ups-sort:5-remove-ups-sort
git checkout 5-remove-ups-sort
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sebse/factorio-signal-exporter#30