From 21923598fc2aa7cc9ec76f8b99196b87be12cd59 Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@gmail.com>
Date: Mon, 21 Oct 2013 04:06:52 +0000
Subject: [PATCH] refs #3994 added dummy documentation for temperature metric

---
 plugins/ExampleUI/Controller.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index dc9611b57b..06bd38fd1f 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -38,6 +38,7 @@ class Controller extends \Piwik\Plugin\Controller
         $view->config->show_table_all_columns = false;
         $view->config->disable_row_evolution  = true;
         $view->config->max_graph_elements = 24;
+        $view->config->metrics_documentation = array('value' => 'Documentation for temperature metric');
 
         echo $view->render();
     }
-- 
GitLab