After enabling:
Notice: Undefined index: db_type in rgraph_install() (line 5 of /home/rj/workspace/drupal7.cloacina.lo/drupal-7.0-rc3/sites/all/modules/rgraph/rgraph.install).
And then on admin/structure/rgraph :
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7_cloacina_lo.rgraph_libraries_list' doesn't exist: SELECT filename, name, status, weight FROM {rgraph_libraries_list}; Array ( ) in rgraph_get_libraries_database() (line 31 of /home/rj/workspace/drupal7.cloacina.lo/drupal-7.0-rc3/sites/all/modules/rgraph/rgraph.libraries.inc).
Selecting the rGraph style in a View results in Unformatted being selected.
I'm particularly interested in graphing numeric values over time using Views. Something that we never achieved in D6. If this module is close to achieving that I would be interested in helping out. What's the status?
Comments
Comment #1
maulik.kamdar commentedHello,
I had worked on this project during summers as a Google Summer of Code Student when there was no stable version of Drupal 7 available. There were many problems caused due to the lack of stable version of views and Drupal 7. However currently, I am graduating and find minimum time to continue the project. I would resume working soon enough.
One change I wish to bring is to remove dependency of Extended HTML module and shift to the HTML5_Tools and Elements module which currently the HTML5 Group is working on. It has similar features but actively maintained. There are functional changes still required for the module. I am utilizing the Rgraph API.
There are a few modules like View Charts module etc. http://drupal.org/project/views_charts but I think they require adobe flash plugin
Comment #2
R.J. Steinert commentedThis module looks promising. I recommend posting about it over on the groups.drupal.org group known as Charts: http://groups.drupal.org/charts
You may find help in that group.