You are here

function FrxSVGGraph::scatterPlot in Forena Reports 6.2

Same name and namespace in other branches
  1. 7.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::scatterPlot()
1 call to FrxSVGGraph::scatterPlot()
FrxSVGGraph::renderChart in plugins/FrxSVGGraph.inc

File

plugins/FrxSVGGraph.inc, line 99

Class

FrxSVGGraph

Code

function scatterPlot($data, $options) {
  return $this
    ->renderGraph('ScatterGraph', $options, $data);
}