You are here

public property FrxSVGGraph::$unset_attrs in Forena Reports 8

Same name in this branch
  1. 8 src/FrxPlugin/Template/FrxSVGGraph.php \Drupal\forena\Template\FrxSVGGraph::unset_attrs
  2. 8 src/FrxPlugin/Renderer/FrxSVGGraph.php \Drupal\forena\FrxPlugin\Renderer\FrxSVGGraph::unset_attrs

File

src/FrxPlugin/Renderer/FrxSVGGraph.php, line 30
FrxSVGGraph php SVG Graph generator

Class

FrxSVGGraph
SVG Graphing Renderer

Namespace

Drupal\forena\FrxPlugin\Renderer

Code

public $unset_attrs = array(
  'base_type',
  'crosstab_columns',
  'content',
  'sections',
  'columns',
  'style',
);