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/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php')
-rw-r--r--plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php b/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
index 86fd5e09ef..9c005dc620 100644
--- a/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
+++ b/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
@@ -8,15 +8,9 @@
*/
namespace Piwik\Plugins\PagePerformance\JqplotDataGenerator;
-use Piwik\Archive\DataTableFactory;
-use Piwik\Common;
use Piwik\DataTable;
-use Piwik\Date;
-use Piwik\Metrics;
use Piwik\Period;
-use Piwik\Period\Factory;
use Piwik\Plugins\CoreVisualizations\JqplotDataGenerator;
-use Piwik\Url;
/**
* Generates JQPlot JSON data/config for evolution graphs.