Closed (fixed)
Project:
Charts
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Aug 2008 at 20:50 UTC
Updated:
26 Jul 2013 at 02:03 UTC
Jump to comment: Most recent file
Hi, all,
I have write a small module that integrate Google Visualization API with charts module, LIneChart, BarChart, ColumnChart are supported.
The code is in the attachment. I hope this will be included in the future version of charts module.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | google_visualization_charts-2.zip | 11.13 KB | sakiland |
| #5 | google_visualization_charts.zip | 11.07 KB | sakiland |
| google_visualization.tar_.gz | 2 KB | lonecat |
Comments
Comment #1
brmassa commented李凌,
i will take a better look into this code soon, probably next week. Its a great addon. Remember that i will make some changes on Charts schema, but it will be on the next release.
regards,
massa
Comment #2
brmassa commented李凌,
the code simply doesnt work.
regards,
massa
Comment #3
hazzadous commentedIts still using I presume an old API, for example _chartsinfo hook should be _charts_info plus it takes an op arg. Looks like it would be easy to amend. I've only just glanced over the Charts API, but am keen to see this in a branch. Its a must for Flashphodic types. This, and plotr looks good, although it looks like there could be a namespace clash with jquery and prototype?
Comment #4
abhiabhi commentedi m new to drupal.
I want to know how to use this module???
like which function need to be called when to print a bar-chart & with what parameters?
Thank you.
Comment #5
sakiland commentedI hava made a new module for Google visualization. For now, it only work for Line chart.
It's need '#id' key to work. Here is example code
I have problem with drawing more than one chart on same page. I has involved google_visualization_charts_draw_all() function that cache all charts, and drawing at the end. Problem is when more modules want to draw charts on same page. I'm looking for better solution. If someone get same idea it would be great.
Comment #6
sakiland commentedHere's new code with #options enabled for Google Visualization api. You can use any of following http://code.google.com/apis/chart/interactive/docs/gallery/linechart.htm...
Example code
Comment #7
buddaWill there ever be a final Visualisation API implementation released?
Comment #8
quicksketchThe D6 version of the module is no longer being updated. The 7.x-2.x version of the module provides Google Visualization support out-of-the-box.