python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Enable DiagrammeR plot output to zoom in when hitting double click on it
I have the shiny app below in which I try to add double-click-to-zoom-in the plot. I think the secret is adapting the js part but I'm not sure about it.
devtools::install_github("stevepowell99/Ca...
firmo23
Votes: 0
Answers: 0
Center and zoom in on a point when drawing from a second canvas
Update: I found a solution to my own question. See answer below.
I'm working on a center-and-zoom feature for my canvas. When the user clicks on the screen, the clicked point should be moved to the ce...
Candleout
Votes: 0
Answers: 1
How to re-center an image once it has been dragged and zoomed in or out
I am trying to create a class which handles zooming and panning components. The class contains references to an Anchorpane, which I am using since it does not do any aligning by default, as well as an...
Eliot McNab
Votes: 0
Answers: 1
How to limit chart JS hover to take only one value from each line chart when zoomed out?
I'm using chart.js 3.6.1 with VueJS. These are options for particular data I'm having trouble:
hover: {
mode: 'x',
intersect: false
},
scales: {
y: {
...

Dach0
Votes: 0
Answers: 1