function FrxSVGGraph::scatterPlot in Forena Reports 7.2
Same name and namespace in other branches
- 6.2 plugins/FrxSVGGraph.inc \FrxSVGGraph::scatterPlot()
1 call to FrxSVGGraph::scatterPlot()
- FrxSVGGraph::renderChart in plugins/
FrxSVGGraph.inc
File
- plugins/
FrxSVGGraph.inc, line 99
Class
Code
function scatterPlot($data, $options) {
return $this
->renderGraph('ScatterGraph', $options, $data);
}