Hi,
I have been trying to look for documentation on how to use views to setup a chart. However, I have not found one that details the step by step procedure on how to do this.
I have tried setting up a view but I just get JSON parser errors. I think maybe I am getting the fields wrong or some setting is not properly configured.
Thanks for any info on this.
My setup is:
Apache 2
PHP 5
Mysql 5
Drupal 6.15
Charts 6.x-1.0-rc2
ViewsCharts 6.x-1.0-rc1
Comments
Comment #1
irakli commentedCan you please post the errors that you are getting?
Comment #2
patrickfrickel commentedHi,
I have the same issue. Is there no step by step generic example that can be demonstrated on a vanilla drupal install i.e. number of users by month, or number of comments by month, etc.
The main issue is there is a lack of base understanding as to how to set up the views prior to activating the charts function.
I know we use group-by, but what are the specific setup...I have tried multiple methods but all end in failure.
Comment #3
recidive commented@h3000, @patrickfrickel have you managed to get this working?
Have you setup views_groupby module? This is a requirement to do COUNT style charts.
Comment #4
danieldd commentedI found this write up extremely useful when I set up this module (NB - thanks to the author of this). Does not address aggregating/ summing data but may help with other issues.
http://www.sinanerdem.net/blog/charts-and-graphs-drupal
Comment #5
rsevero commentedCreate Advanced Help page with simple example with http://drupal.org/cvs?commit=390600 and http://drupal.org/cvs?commit=390602