Any way to modify charts to only return a subset of data?
I'm attempting to create a user activity chart and presently have users organized into smaller sub-sets. I wondered if there was a way to only show chart results for users within the same user's sub-set list? For example
I'm wondering if there is a way to use the
Thanks in advance!
I'm wondering if there is a way to use the
$activity variable somehow instead of the class? Or can I filter it after the values are returned from getPerMonth? Thanks in advance!