From 0f52b6714ea8fe58dc7ec6b7b92187ba0527a06b Mon Sep 17 00:00:00 2001 From: Daniel Camargo Date: Mon, 12 Aug 2013 13:48:38 -0300 Subject: [PATCH] fixed #1536 --- include/library/Crunchbutton/Chart/Churn.php | 2 +- include/library/Crunchbutton/Chart/User.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/library/Crunchbutton/Chart/Churn.php b/include/library/Crunchbutton/Chart/Churn.php index 025cdf8e0..e3f05757e 100644 --- a/include/library/Crunchbutton/Chart/Churn.php +++ b/include/library/Crunchbutton/Chart/Churn.php @@ -18,7 +18,7 @@ class Crunchbutton_Chart_Churn extends Crunchbutton_Chart { 'group-churn-rate-per-active-user' => array( 'title' => 'Churn Rate per Active User', 'activeDays' => 60, - 'tags' => array( 'main' ), + 'tags' => array( 'investors' ), 'charts' => array( 'churn-rate-per-active-user-per-day' => array( 'title' => 'Day', 'interval' => 'day', 'type' => 'column', 'method' => 'activeByDay'), 'churn-rate-per-active-user-per-week' => array( 'title' => 'Week', 'interval' => 'week', 'type' => 'column', 'method' => 'activeByWeek', 'filters' => array( array( 'title' => 'Community', 'type' => 'community', 'method' => 'activeByWeekByCommunity' ) ) ), diff --git a/include/library/Crunchbutton/Chart/User.php b/include/library/Crunchbutton/Chart/User.php index 550244d26..f593385de 100644 --- a/include/library/Crunchbutton/Chart/User.php +++ b/include/library/Crunchbutton/Chart/User.php @@ -25,7 +25,7 @@ class Crunchbutton_Chart_User extends Crunchbutton_Chart { ) ), 'group-users-reclaimed' => array( - 'tags' => array( 'detailed-analytics' ), + 'tags' => array( 'investors' ), 'title' => 'Reclaimed Users', 'charts' => array( 'users-reclaimed-per-day' => array( 'title' => 'Day', 'interval' => 'day', 'type' => 'column', 'method' => 'reclaimedByDay' ),