This commit is contained in:
Daniel Camargo 2013-08-12 13:48:38 -03:00
parent c3040fe54b
commit 0f52b6714e
2 changed files with 2 additions and 2 deletions

View File

@ -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' ) ) ),

View File

@ -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' ),