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