-
Updated
May 20, 2020 - Java
pan
Here are 98 public repositories matching this topic...
-
Updated
Jun 17, 2020 - TypeScript
I like this library :)
But I'd like to request the feature to inverse the arrow key direction for panning.
Was able to workaround it myself but could be nice to just pass it as an option.
I made a jsfiddle to show my use case.
Drag the blue circle to the bottom right corner, click the image to activate it and position it inside the container with the arrow
Make panLimit a prop
It would be nice to be able to add a pan limit prop that would provide a default value for this function. I believe currently, it is just set to a static value of 20:
https://github.com/chrvadala/react-svg-pan-zoom/blob/master/src/features/interactions.js#L74
-
Updated
Jun 13, 2020 - Kotlin
zoom with slider bar
i have the chartjs-plugin-zoom.js file in my solution and just added two more function to the chart instance to zoom in and zoom out after the _WheelHandler function.
chartInstance.ZoomIn = function () { var rect = document.getElementById(chartInstance.canvas.id).getBoundingClientRect(); var center = {
Doc: How to use Vsys
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jun 15, 2020 - C#
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
Apr 22, 2019 - TypeScript
-
Updated
Oct 6, 2019 - Go
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Feb 13, 2020 - Python
-
Updated
Apr 28, 2020 - Python
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Nov 28, 2019 - CSS
Improve this page
Add a description, image, and links to the pan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pan topic, visit your repo's landing page and select "manage topics."


Tried to get this running. Looks super nice and promising. A few things I noticed while setting it up.
I needed to set min sdk to 26 (Oreo) to compile. Not a problem, and easily fixable through error messages
Could it be that .defineZoomLevel replaced .defineDetail and .addDetailLevel? readme.md refers to defineDetail in the quick setup , and the wiki uses addDetailLevel. The demo code