Skip to content

Commit

Permalink
fix(trace) bump target interval duration (#73739)
Browse files Browse the repository at this point in the history
Bump target interval as in can otherwise get a bit too narrow in some
edge cases and render a lot of indicators
  • Loading branch information
JonasBa authored Jul 8, 2024
1 parent 41dd613 commit afbe88c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ export class VirtualizedViewManager {
this.view.trace_view
);
const time_at_100 =
tracePhysicalToView[0] * (100 * window.devicePixelRatio) +
tracePhysicalToView[0] * (110 * window.devicePixelRatio) +
tracePhysicalToView[6] -
this.view.trace_view.x;

Expand Down

0 comments on commit afbe88c

Please sign in to comment.