Skip to content

How to move marker along line based on cursor position? #201

Closed Answered by domoritz
rickiesmooth asked this question in Q&A
Discussion options

You must be logged in to vote

I didn't have time to build up an example but you could try to build a query that computes y based on the $point.

Something like

vg.Query.from("stocks")
  .select({ y: "Open" })
  .where($point.predicate())

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rickiesmooth
Comment options

Answer selected by rickiesmooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants