From bee80cda955a211d4b2d388c60c773078cff9edc Mon Sep 17 00:00:00 2001 From: rakadu1 Date: Fri, 28 Nov 2025 15:58:21 +0530 Subject: [PATCH] Forgot to add some more changes in the Inter frame timing Graph. --- steps/src/state.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/steps/src/state.js b/steps/src/state.js index a480d9e..4093299 100644 --- a/steps/src/state.js +++ b/steps/src/state.js @@ -13,6 +13,8 @@ export const appState = { zoomSketchInstance: null, // Add this line // Stores the processed CAN bus data (speed, time) offset: 0, // The calculated or manually set offset in milliseconds. + + currentGraphScale: 10, // Current ms per block for the IFT graph (smooth zooming) videoStartDate: null, // The timestamp (in milliseconds) of the first radar frame, extracted from the JSON filename