mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-10 00:08:35 +02:00
[PR #164] separate brake and throttle charts in qualifying replay #188
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/164
Author: @thomaslok0516
Created: 1/12/2026
Status: 🔄 Open
Base:
main← Head:feat/qualify_split_throttle_brake📝 Commits (1)
49b6107separate brake and throttle charts in qualifying replay📊 Changes
1 file changed (+93 additions, -28 deletions)
View changed files
📝
src/interfaces/qualifying.py(+93 -28)📄 Description
Problem
Previously, both throttle and brake telemetry data were displayed on a single combined chart. This made it difficult to analyze driver inputs effectively, especially when comparing two drivers simultaneously. The overlapping lines from multiple data sources (current driver vs. comparison driver, brake vs. throttle) cluttered the view and reduced the readability of critical telemetry details.
This PR improves the data visualization in the Qualifying Replay view by splitting the combined "Controls" chart into separate, dedicated charts for Throttle and Brake. This change allows for clearer analysis of driver inputs without the visual clutter of overlapping lines.
Solution
This PR splits the combined "Controls" chart into two separate, dedicated charts for Throttle and Brake. This separation ensures that each input type has its own distinct vertical space, significantly improving legibility and making it easier to spot differences in driving styles and inputs between drivers.
Key Changes
Testing
Before :

After :

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.