dhammucool / flot

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

Check if a point is already highlighted #765

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by naris...@gmail.com on 9 Sep 2013 at 10:52