gauravkumar13337 / flot

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

Threshold charts are NOT clickable / hoverable #624

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using the threshold plugin the points are not clickable / hoverable.

Example is attached.

The threshold plugin somehow overwrites the clickable / hoverable function of 
flot.

Has anyone a solution ?

Original issue reported on code.google.com by oliver.u...@gmail.com on 2 Nov 2011 at 4:10

Attachments:

GoogleCodeExporter commented 8 years ago
The problem is that you've put the grid options - clickable and hoverable - in 
the series object.  They should be part of the third argument to $.plot, like 
this:

$.plot(element, data, {grid: {hoverable: true}});

See the API docs for more info.

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

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 10 Jul 2012 at 11:41