C | |
copy, $.jqplot. | |
D | |
destroy, jqPlot | |
draw | |
drawSeries, jqPlot | |
G | |
get, $.jqplot. | |
getThemeNames, $.jqplot. | |
getThemes, $.jqplot. | |
I | |
init, jqPlot | |
M | |
makeGridData | |
moveBlock, $.jqplot. | |
moveSeriesToBack, jqPlot | |
moveSeriesToFront, jqPlot | |
N | |
newTheme, $.jqplot. | |
Q | |
quickInit, jqPlot | |
R | |
redraw, jqPlot | |
reInitialize, jqPlot | |
remove, $.jqplot. | |
rename, $.jqplot. | |
replot, jqPlot | |
resetAxesScale, jqPlot | |
restoreOriginalSeriesOrder, jqPlot | |
restorePreviousSeriesOrder, jqPlot | |
S | |
setGridData | |
Z | |
zoomProxy, $.jqplot. |
Create a copy of an existing theme in the themeEngine, adding it the themeEngine.
$.jqplot.ThemeEngine.prototype.copy = function ( sourceName, targetName, obj )
Releases all resources occupied by the plot
this.destroy = function()
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()
Redraws all or just one series on the plot.
this.drawSeries = function( options, idx )
Get and return the named theme or the active theme if no name given.
$.jqplot.ThemeEngine.prototype.get = function( name )
Return the list of theme names in this manager in alpha-numerical order.
$.jqplot.ThemeEngine.prototype.getThemeNames = function()
Return a list of themes in alpha-numerical order by name.
$.jqplot.ThemeEngine.prototype.getThemes = 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.BezierCurveRenderer.prototype.makeGridData = function( data, plot )
converts any arbitrary data values to grid coordinates and returns them.
$.jqplot.MekkoRenderer.prototype.makeGridData = function( data, plot )
Moves an individual block.
this.moveBlock = function ( idx, x, y, duration )
This method requires jQuery 1.4+ Moves the specified series canvas behind all other series canvases.
this.moveSeriesToBack = function ( idx )
This method requires jQuery 1.4+ Moves the specified series canvas in front of all other series canvases.
this.moveSeriesToFront = function ( idx )
Create a new theme based on the default theme, adding it the themeEngine.
$.jqplot.ThemeEngine.prototype.newTheme = function( name, obj )
Quick reinitialization plot for replotting.
this.quickInit = function ()
Empties the plot target div and redraws the plot.
this.redraw = function( clear )
reinitialize plot for replotting.
this.reInitialize = function ( data, opts )
Remove the given theme from the themeEngine.
$.jqplot.ThemeEngine.prototype.remove = function( name )
Rename a theme.
$.jqplot.ThemeEngine.prototype.rename = function ( oldName, newName )
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, options )
This method requires jQuery 1.4+ Restore the series canvas order to its original order when the plot was created.
this.restoreOriginalSeriesOrder = function ()
This method requires jQuery 1.4+ Restore the series canvas order to its previous state.
this.restorePreviousSeriesOrder = function ()
converts the user data values to grid coordinates and stores them in the gridData array.
$.jqplot.BezierCurveRenderer.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 )