| D | |
| draw | |
| I | |
| init, jqPlot | |
| M | |
| makeGridData | |
| R | |
| redraw, jqPlot | |
| reInitialize, jqPlot | |
| replot, jqPlot | |
| resetAxesScale, jqPlot | |
| S | |
| setGridData | |
| Z | |
| zoomProxy, $.jqplot. |
draws an transparent black (i.e.
$.jqplot.ShadowRenderer.prototype.draw = function( ctx, points, options )
draws the shape.
$.jqplot.ShapeRenderer.prototype.draw = function( ctx, points, options )
Draws all elements of the plot into the container.
this.draw = function()
sets the plot target, checks data and applies user options to plot.
this.init = function( target, data, options )
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.
$.jqplot.MekkoRenderer.prototype.makeGridData = function( data, plot )
Empties the plot target div and redraws the plot.
this.redraw = function( clear )
reinitialize plot for replotting.
this.reInitialize = function ()
Does a reinitialization of the plot followed by a redraw.
this.replot = function( options )
Reset the specified axes min, max, numberTicks and tickInterval properties to null or reset these properties on all axes if no list of axes is provided.
this.resetAxesScale = function( axes )
converts the user data values to grid coordinates and stores them in the gridData array.
$.jqplot.LineRenderer.prototype.setGridData = function( plot )
converts the user data values to grid coordinates and stores them in the gridData array.
$.jqplot.MekkoRenderer.prototype.setGridData = function( plot )
links targetPlot to controllerPlot so that plot zooming of targetPlot will be controlled by zooming on the controllerPlot.
$.jqplot.Cursor.zoomProxy = function( targetPlot, controllerPlot )