Skip to content

Commit

Permalink
sync cursor crosshairs
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Nov 29, 2024
1 parent c7e623d commit 4ee9314
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ export const useGraphOptions = ({
ms: 1,
padding: [10, 20, 0, 20],

cursor: {
sync: {
key: "metrics",
setSeries: true,
},
},

axes: Object.values(axes),
series: Object.values(series),
scales,
Expand Down

0 comments on commit 4ee9314

Please sign in to comment.