Inheritance: extends Piwik\Plugin\Visualization
Ejemplo n.º 1
0
 public function beforeRender()
 {
     $this->config->show_extra_columns = true;
     $this->config->datatable_css_class = 'dataTableVizAllColumns';
     $this->config->show_exclude_low_population = true;
     parent::beforeRender();
 }
Ejemplo n.º 2
0
 public function beforeRender()
 {
     $this->config->show_goals = true;
     $this->config->show_goals_columns = true;
     $this->config->datatable_css_class = 'dataTableVizGoals';
     $this->config->show_exclude_low_population = true;
     $this->config->metrics_documentation['nb_visits'] = Piwik::translate('Goals_ColumnVisits');
     if (1 == Common::getRequestVar('documentationForGoalsPage', 0, 'int')) {
         // TODO: should not use query parameter
         $this->config->documentation = Piwik::translate('Goals_ConversionByTypeReportDocumentation', array('<br />', '<br />', '<a href="http://piwik.org/docs/tracking-goals-web-analytics/" rel="noreferrer"  target="_blank">', '</a>'));
     }
     parent::beforeRender();
 }
Ejemplo n.º 3
0
 public function beforeRender()
 {
     $this->config->show_extra_columns = true;
     parent::beforeRender();
 }
Ejemplo n.º 4
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->config->columns_to_display = $this->dataTable->getColumns();
 }
Ejemplo n.º 5
0
 public function beforeRender()
 {
     $this->config->show_extra_columns = true;
     $this->config->show_exclude_low_population = true;
     parent::beforeRender();
 }