| $.jqplot. | |
| 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.MekkoRenderer.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.
converts the user data values to grid coordinates and stores them in the gridData array.
$.jqplot.MekkoRenderer.prototype.setGridData = function( plot )
converts any arbitrary data values to grid coordinates and returns them.
$.jqplot.MekkoRenderer.prototype.makeGridData = function( data, plot )