Closed GoogleCodeExporter closed 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
Original comment by dnsch...@gmail.com
on 10 Jul 2012 at 11:41
Original issue reported on code.google.com by
oliver.u...@gmail.com
on 2 Nov 2011 at 4:10Attachments: