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