Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ImageGraph/StaticGraph/VerticalBar.php')
-rw-r--r--plugins/ImageGraph/StaticGraph/VerticalBar.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/ImageGraph/StaticGraph/VerticalBar.php b/plugins/ImageGraph/StaticGraph/VerticalBar.php
index 5bf40df7f8..add00e6423 100644
--- a/plugins/ImageGraph/StaticGraph/VerticalBar.php
+++ b/plugins/ImageGraph/StaticGraph/VerticalBar.php
@@ -6,15 +6,17 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_ImageGraph_StaticGraph
+ * @package StaticGraph
*/
+namespace Piwik\Plugins\ImageGraph\StaticGraph;
+use Piwik\Plugins\ImageGraph\StaticGraph\GridGraph;
/**
*
- * @package Piwik_ImageGraph_StaticGraph
+ * @package StaticGraph
*/
-class Piwik_ImageGraph_StaticGraph_VerticalBar extends Piwik_ImageGraph_StaticGraph_GridGraph
+class VerticalBar extends GridGraph
{
const INTERLEAVE = 0.10;