Replies: 1 comment 1 reply
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. This being said, your question seems to be only about Observable code so I'm not sure this repository is the best place to ask this kind of technical question regarding Observable.js. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to recreate the last plot with brush interaction from this example from observable framework
https://observablehq.observablehq.cloud/framework-example-mortgage-rates/
During drag and resize actions, the brush appears slightly to the right of the actual pointer position.
I suspect this is because the pointer coordinates don’t account for the left margin, since switching to custom page layout reduced the misalignment and brought the brush closer to the mouse
https://www.freddiemac.com/pmms/docs/PMMS_history.csv
Beta Was this translation helpful? Give feedback.
All reactions