views:

245

answers:

1

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.

A: 

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.

David Eads