Home
last modified time | relevance | path

Searched refs:plotArgs (Results 1 – 3 of 3) sorted by relevance

/plugin/tableplot/
H A Dtable2Plot.js221 var plotArgs;
224 …var plotArgs = {axes: {xaxis: {renderer: jQuery.jqplot.CategoryAxisRenderer, tickOptions: {angle: … class in AnonymousFunctiond01c44370100
226 var plotArgs = plotArgs_;
228 var plotArgs = plotArgs_;
229 jQuery.extend(true,plotArgs,plotArgs_);
234 plot1 = jQuery.jqplot(divid, line3, plotArgs);
237 plot1 = jQuery.jqplot(divid, line1, plotArgs);
H A Dsyntax.php178 $plotArgs = $data['plotArgs'];
180 $plotArgs = '';
193 $allArgs = rtrim($grafArgs,',') . '},' .$plotArgs;
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt64 <tableplot>&series=columns&width=600&height=400&id=Earthquakes&position=after&plotArgs={title: {tex…