diff --git a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php index 01ab2ac26d34d3ccb236441289eefbed91cd1f47..0cebfe2e2aba3309ef91b06ae59bedc0cafbef0c 100644 --- a/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php +++ b/plugins/VisitorInterest/Reports/GetNumberOfVisitsByVisitCount.php @@ -23,7 +23,7 @@ class GetNumberOfVisitsByVisitCount extends Base $this->name = Piwik::translate('VisitorInterest_visitsByVisitCount'); $this->documentation = Piwik::translate('VisitorInterest_WidgetVisitsByNumDocumentation') . '<br />' . Piwik::translate('General_ChangeTagCloudView'); - $this->metrics = array('nb_visits', 'nb_visits_percentage'); + $this->metrics = array('nb_visits'); $this->processedMetrics = array( new VisitsPercent() );