Great mod! Just discovered it and finding lots of uses for it.
Would it be possible to extend the views integration to show individual fields, and multiple series?
Thanks
Stu
Great mod! Just discovered it and finding lots of uses for it.
Would it be possible to extend the views integration to show individual fields, and multiple series?
Thanks
Stu
Comments
Comment #1
aaron1234nz commentedHi Stu,
The trick with views 1 is that there is no space to build a configuration interface. I have had to use the arguments fields for purposes they were not meant for just to get some config interface there. I'm not sure what you mean by "show individual fields". The module currently shows the sum of each field. Do you mean showing the sum of each distinct value within a field?
Multi series is out of the question in Drupal 5, mainly for the config interface, but this is planned in D6.
If your OK with doing a bit of programming, you could use the API to generate graphs from SQL. I do this for one of my projects. I query an external database and then graph the result.
Comment #2
aaron1234nz commentedcheck out the latest dev release for the ability to take a sum, average, or to count the distinct values in a field
Comment #3
aaron1234nz commentedOnce I get the UI issues sorted out, there will be "more for views" in D6