bug: revert accidental time start change from another commit (#1716)

This commit is contained in:
Clement Tsang
2025-04-14 02:21:42 -04:00
committed by GitHub
parent 146b8596cf
commit 508f05b640
+1 -1
View File
@@ -67,7 +67,7 @@ impl Painter {
let rx_points = &(shared_data.timeseries_data.rx);
let tx_points = &(shared_data.timeseries_data.tx);
let time = &(shared_data.timeseries_data.time);
let time_start = -(network_widget_state.current_display_time as f64) / 1000.0;
let time_start = -(network_widget_state.current_display_time as f64);
let border_style = self.get_border_style(widget_id, app_state.current_widget.widget_id);
let hide_x_labels = should_hide_x_label(