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