The default line renderer for jqPlot, this class has no options beyond the Series class. Draws series as a line.
$.jqplot. | The default line renderer for jqPlot, this class has no options beyond the Series class. |
Properties | |
highlightMouseOver | True to highlight area on a filled plot when moused over. |
highlightMouseDown | True to highlight when a mouse button is pressed over an area on a filled plot. |
highlightColor | color to use when highlighting an area on a filled plot. |
Functions | |
setGridData | converts the user data values to grid coordinates and stores them in the gridData array. |
makeGridData | converts any arbitrary data values to grid coordinates and returns them. |
$.jqplot.LineRenderer.prototype.makeGridData = function( data, plot )
converts any arbitrary data values to grid coordinates and returns them. This method exists so that plugins can use a series’ linerenderer to generate grid data points without overwriting the grid data associated with that series. Called with scope of a series.
True to highlight area on a filled plot when moused over.
this.highlightMouseOver = true
True to highlight when a mouse button is pressed over an area on a filled plot.
this.highlightMouseDown = false
color to use when highlighting an area on a filled plot.
this.highlightColor = null
converts the user data values to grid coordinates and stores them in the gridData array.
$.jqplot.LineRenderer.prototype.setGridData = function( plot )
converts any arbitrary data values to grid coordinates and returns them.
$.jqplot.LineRenderer.prototype.makeGridData = function( data, plot )