Hi,
I intend to use CanvasJS for a specific kind of data visualization provided by some sensors.
Which events/methods can I use to zoom-in zoom-out pan-left and pan-right by using keyboard keys (maybe the keys: + – leftarrow rightarrow)?
A factor of 2x per keypress in zoom-in and out are good, and a pan left or right of 1/3 of screen width is good enough. Zoom is “x axis only”.
I did an example of real world data to show how important is zoom-pan by keyboard:
http://pzn.com.br/misc/canvasjs-example1.html
Analysing this kind of data by using mouse isn’t a good option :-)
Thanks in advance,