Export to GitHub

flot - issue #765

Check if a point is already highlighted


Posted on Sep 9, 2013 by Helpful Ox

I'm trying to use plot.highlight and plot.unhighlight methods to highlight/unhighlight a data point. I want to basically toggle the highlight status, meaning if it's highlighted, then unhighlight it, and vice versa. But I didn't find API for checking the highlight status. I don't want to make it too complicated, such as using an array to store all the highlighted points. Any help?

Thanks Risong

Status: New

Labels:
Type-Defect Priority-Medium