I am trying to implement panning charts based on this example: http://jsfiddle.net/HXUmK/5/
But I want to be able to scale using the left mouse button and pan with the right mouse button. Therefore, I changed the code above and managed to make it work a little, but when I hold the right mouse button, the diagrams are also zombified.
Is there a way to disable the right mouse button for zooming in tall charts?
Edit: Sorry for not understanding this very much. The code in jsfiddle is not my code. Forget this code, this is just an example of the form I started with. I am trying to modify this code to get the left zoom button and the right pan button. Thus, I turned off the zoom in the mousetrap and activated the height of the screen.
Edit2: Here is my code: http://jsfiddle.net/TKPQN/
source share