Skip to content

Commit

Permalink
enhance: increase z-order of hover pop-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Nov 1, 2023
1 parent a558645 commit ab07e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aesthetics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ fn plot_hover_hist(
let transform = Transform::from_xyz(
trans.translation.x + 150.,
trans.translation.y + 150.,
10. + *z_eps,
40. + *z_eps,
);
let geometry = ShapeBundle {
path: GeometryBuilder::build_as(&line),
Expand Down

0 comments on commit ab07e9e

Please sign in to comment.