You are here

function FrxSVGGraph::lineGraph in Forena Reports 6.2

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

File

plugins/FrxSVGGraph.inc, line 90

Class

FrxSVGGraph

Code

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