Skip to content

Commit

Permalink
Show all items at date when hovering a LineGraph (#2600)
Browse files Browse the repository at this point in the history
This makes it easier to read graphs with multiple lines.

Fixes #2597
  • Loading branch information
macobo authored Dec 1, 2020
1 parent 4aedc43 commit 99a2c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/scenes/insights/LineGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ export function LineGraph({
enabled: true,
intersect: false,
mode: 'nearest',
axis: 'x',
bodySpacing: 5,
position: 'nearest',
yPadding: 10,
xPadding: 10,
caretPadding: 0,
Expand Down

0 comments on commit 99a2c60

Please sign in to comment.