Needs work
Project:
Visualization API
Version:
7.x-1.0-alpha1
Component:
Documentation
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 12:52 UTC
Updated:
8 Mar 2015 at 11:32 UTC
Jump to comment: Most recent
Comments
Comment #1
aendra commented+1 -- more documentation is really needed!
Comment #2
sinasalek commentedREADME does not provide enough information :) had to read the code to figure out how it works. and ... it highcharts doesn't work :)
Comment #3
sinasalek commentedOk, i found a small typo in the example, here is correct one (i added enabled=>'true')
The problem is google chart doesn't need that :)
Comment #4
aendra commented@sinaselek -- Interesting, thanks for doing that! I might look through the API code later -- I'm needing to ultimately find a way of using Drupal to feed d3.js visualizations, this module seems like the best way forward at the moment.
(While I'm here -- I've started a new group to discuss approaches to data visualization in Drupal; if this is a topic that interests you, please join!)
Comment #5
jordanmagnuson commentedWhen running this example in vanilla form, I'm getting this error message in watchdog:
Notice: Undefined index: fruit in GoogleVisualizationAPIHandler->render() (line 36 of /srv/www/pixelscrapper.com/public_html/sites/all/modules/visualization/includes/plugins/google_visualization_api.inc).Any thoughts?
Comment #6
jordanmagnuson commentedSolved #5 above by adding fruit as a disabled field. Not sure if that's the intended behavior, or if there's a bug in the module...
Comment #7
cvangysel commentedThanks! - I committed the updated snippet to the code base, and I also just realised that I didn't attribute the code to you (sorry for that). I currently don't have the time to work on anything new, but I am willing to review patches and commit then to the repository.
Comment #8
robertwb commentedWhere does the documentation for this module live? I have just done an install and test on my own data, and found a small issue that would be useful to report. The path given in the videos that I have seen on the web show the highcharts library as going in ./sites/libraries/highcharts/, but then the module fails silently to produce a graph (need to get that error in the mix as well) and in the log appears "File Does not Exist: /var/www/html/js/highcharts.js", indicating that it is looking at the httpd root for highcharts.js.
So... I guess I have 3 questions:
1) where do the docs live
2) where is the configuration option for the library paths?
3) Should the library path be made a part of the configuration screen?
Thanks!
r.b.
Comment #9
robertwb commentedA follow-on to my previous question - should the docs for this module be going here: https://drupal.org/node/add/book/parent/22361
I would be more than happy to begin with an installation steps doc snippet, since I will be writing it down for my own self as I install into my live project and will need to keep my head straight.
Or, if it already lives somewhere else...
r.b.
Comment #10
rudyard55 commented+1 trying to find documentation for implementation of a view.
Comment #11
ranelpadon commentedthis is a clear and concise demo of using this module with Views
Comment #12
Pierre.Vriens commentedI just created a "stub" in the community docu about this module, where I included for now some links to a few videos, and suggestions for other charting modules that I think have a community docu structure (child pages etc) that is worth considering for this module also.
If the offer in #9 still stands (after X years?), please go ahead and let the documentation "flow"!
Note: that link is now also added to the project page (Read docu).
Comment #13
Pierre.Vriens commentedThank you Ranel for the video mentioned in #11 (it is one of the video links I just added in the community docu).
Anybody aware of any other videos? If so please add them in the community docu (you can edit that too ... and it's free of charge ...).