jqPlot
changes the color of the fill when mouse hovers... I want to remove that effect.. How ??
Here are the options used:
var opt
There was a change in jqueryplot version 0.9.7-546 and later that added a few new properties for series:
seriesDefaults: {
rendererOptions: {
highlightMouseOver: true,
highlightMouseDown: false,
highlightColor: null,
},
},
If you set highlightMouseOver to false, this goes away.
More details are available in the source code for the line renderer