You are here

public function FrxSVGGraph::__construct in Forena Reports 7.5

Overrides RendererBase::__construct

File

src/Renderer/FrxSVGGraph.php, line 32
FrxSVGGraph php SVG Graph generator

Class

FrxSVGGraph

Namespace

Drupal\forena\Renderer

Code

public function __construct() {
  parent::__construct();
  $library = forena_library_file('SVGGraph');
  require_once $library;
}