Closed (fixed)
Project:
Google Chart Tools: Image Charts
Version:
7.x-1.1
Component:
Views integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2012 at 08:30 UTC
Updated:
27 Aug 2012 at 20:11 UTC
Comments
Comment #1
isall commentedHi Drupaljoe, I'm wandering why one would link to use a chart for this task. Because all you have is Sum of Active uses. e.g, 100 e.t.c.
Though with views charts you can do it. but your chart will be painted with one color.
Here is what you have to do:
- Create view of type: user
- go to advanced section and set aggregation:Yes.
- Add UID field under fields section
- Settings for Aggregation use SUM
- Under filters add a field user: Active (yes)
- don't add sort criteria
- Format Use Chart. That will give you the chart.
Hope that will help.
Comment #2
fenda commentedSorry I missed a crucial part in my question.
I'd like to show the active users over time. So it would need to be a line graph with X as time and Y as user count. Would this be possible? Or would I need to code it directly?
Comment #3
13rac1 commentedDrupal doesn't store "User count over time" you'll need to store that data, then code the chart.
Comment #4
fenda commentedBut it stores when a user was created. Can't we just use that?
Comment #5
13rac1 commentedIf that data works for you, then yes. Either way, you must custom code the chart.
Comment #6
13rac1 commented