ShiboBrady / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

image plugin #662

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there some way i can make the images clickable, i.e., add a <a href=></a> 
tag, so that when clicked they open up in a new page? There seems to be no 
option for doing that presently. Also, apart from manipulating the scales, how 
can I zoom in/out?

Original issue reported on code.google.com by pdasco...@gmail.com on 21 Jan 2012 at 4:35

GoogleCodeExporter commented 8 years ago
You can bind the 'plotclick' event, as described in the API docs, to listen for 
clicks anywhere in the plot.

Manipulating scales is the correct way to zoom in/out.

Please direct further questions to the forum 
(https://groups.google.com/forum/?fromgroups#!forum/flot-graphs); the issue 
tracker is for definite bugs or to request features that you're absolutely sure 
are missing.

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 4:58