Comments/Feedback
If you have comments or thoughts about my blog, you can contact me at my lab here:
http://lab.westernwillow.com/contact
strict warning: Only variables should be passed by reference in /home/heidi2/public_html/drupal-6.19/sites/all/modules/inline/inline.module on line 489.
Charts and Graphs in Drupal 7
Wed, 2013-03-27 11:07 | Franco

I have been struggling to find a solution to creating graphs from views in Drupal 7 for some time and recently while working on the SPARCS project and at long last I have done the hard work to get it going.
If you want to just create a simple graph easily, use the CHART module. This will use the google charts api and draw simple but many different graphs:
drush dl chart
drush en chart_views
if you need a bit more control of the graph but dont need as many different kinds, you will want to use google_chart_tools. The image above shows the use of google_chart_tools from views.
drush dl google_chart_tools
drush en google_chart_tools_views
Recent blog posts
- Export a MySQL table to a CSV as fast as possible (even for millions of records)
- Install Google Earth on Ubuntu 14.04 64-bit
- Install NOIP Client on your Raspberry Pi Model B
- Install Drupal on your Raspberry Pi Model B
- Create a headless UPnP/DLNA Renderer in Ubuntu 14.04
- Easy exporting of Drupal 7 custom fields for use in module code.
- Midnight Commander on OS-X
- Get lists of NIDs from DB filtering by fields without having to do joins - Hello "Entity Field Query"
- Setting the maximum upload size or php memory for Drupal 7
- Charts and Graphs in Drupal 7