fixed #1536
This commit is contained in:
parent
c3040fe54b
commit
0f52b6714e
@ -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' ) ) ),
|
||||
|
||||
@ -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' ),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user