moved some charts

This commit is contained in:
pererinha 2013-12-28 10:15:09 -02:00
parent 427951e09d
commit 43783d1629
2 changed files with 3 additions and 3 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( 'investors' ),
'tags' => array( 'detailed-analytics' ),
'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' ) ) */ ),
@ -38,7 +38,7 @@ class Crunchbutton_Chart_Churn extends Crunchbutton_Chart {
'group-historical-churn-rate-per-active-user' => array(
'title' => 'Historical Churn Rate',
'activeDays' => 60,
'tags' => array( 'detailed-analytics' ),
'tags' => array( 'investors' ),
'charts' => array(
'historial-churn-rate-per-day' => array( 'title' => 'Day', 'interval' => 'day', 'type' => 'column', 'method' => 'historicalChurnRateByDay'),
'historial-churn-rate-per-week' => array( 'title' => 'Week', 'interval' => 'week', 'type' => 'column', 'method' => 'historicalChurnRateByWeek'),

View File

@ -70,7 +70,7 @@ class Crunchbutton_Chart_User extends Crunchbutton_Chart {
)
),
'group-users-reclaimed' => array(
'tags' => array( 'investors' ),
'tags' => array( 'detailed-analytics' ),
'title' => 'Reclaimed Users',
'charts' => array(
'users-reclaimed-per-day' => array( 'title' => 'Day', 'interval' => 'day', 'type' => 'column', 'method' => 'reclaimedByDay' ),