Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jqplot Highlighter for different line graphs

I have a series of line graphs in a jqPlot chart. What I want to do is turn off highlighting for all the graphs except one graph for which I want the Highlighting to happen. How can i do this?

like image 545
Prasanna Raghu Avatar asked Jun 09 '10 07:06

Prasanna Raghu


1 Answers

I don't have a good example of how to do this yet or time to cook one up, but I'll update when I do. In all events, the highlighter plugin adds a showHighlight option to each series. If you set showHighlight = false for a given series, no highlight should appear.

like image 150
David Eads Avatar answered Sep 24 '22 21:09

David Eads