- May 15, 2009
-
-
Bruno Massa authored
* Google's Scatter plot now accepts individual point labels
-
- May 14, 2009
-
-
Bruno Massa authored
* Better and more generic Google Charts code (and more improvements still to be made)
-
Bruno Massa authored
* Google pie charts now accepts multiple series
-
Bruno Massa authored
* Both Line and Pie charts using Google Charts uses the correct colors!
-
- May 12, 2009
-
-
Bruno Massa authored
* If there is no default chart provider or chart type select, now uses the first one enabled by default. API Changes: * The new hook_chart_types() set new chart types (like "Vertical Bar 3D") * The '#types' on hook_charts_info() now only list the chart type code.
-
- Aug 10, 2008
-
-
Bruno Massa authored
* Drupal code compliance fixes
-
- Jul 07, 2008
-
-
Bruno Massa authored
* Since the include file is done before calling the render function, it doesnt need to be on the .module file
-
Bruno Massa authored
* Since the include file is done before calling the render function, it doesnt need to be on the .module file
-
Bruno Massa authored
* Some modifications on hook_charts_info. now it returns all info without the need of an operator
-
Bruno Massa authored
* hook_chartsapi renamed to hook_charts_render
-
Bruno Massa authored
* hook_chartsinfo renamed to hook_charts_info
-
Bruno Massa authored
* Converting all files to UNIX end-of-file
-
Bruno Massa authored
* Put all Charts-related modules into a single Module group
-
Bruno Massa authored
* Code organization
-
Bruno Massa authored
* Use drupal version of strlen.
-
Bruno Massa authored
* Converting all files to UNIX end-of-file
-
Bruno Massa authored
* Some Drupal code compliance fixes
-
- Mar 17, 2008
-
-
Bruno Massa authored
* Eliminate useless/unused value labels
-
- Mar 16, 2008
-
-
Bruno Massa authored
* Print error messages for Google Charts API when something went wrong
-
Bruno Massa authored
* Code reorganization for Google Chart API * Better Doxygen documentation
-
- Mar 13, 2008
-
-
Bruno Massa authored
* series color and legend were active even if none was determined New features: * Values legends now working
-
Bruno Massa authored
* Series color and legend
-
Bruno Massa authored
* _google_charts_chart() will set all chart-level data * _google_charts_series() will set all series-level data * _google_charts_values() will set all value-level data Misc: * Google Chart now uses the new chart data schema
-
- Mar 12, 2008
-
-
Bruno Massa authored
* Code organization
-
Bruno Massa authored
* Now data is given in an array with all series. * $max is calculated inside the function, instead being given as a parameter
-
- Mar 11, 2008
-
-
Bruno Massa authored
* To minimize the module footprint, all google chart non-hook function are now placed on google_charts.inc
-
Bruno Massa authored
* hook_chartsapi() now process the chart data * google_charts_encodesimple() will encode the chart data, to shrink the URL string
-
Bruno Massa authored
* Google Charts should require Charts module to operate
-
Bruno Massa authored
* hook_chartsinfo() and hook_chartsapi() basicly implemented
-
- Mar 10, 2008
-
-
Bruno Massa authored
* File $Id: $ correctly placed
-
Bruno Massa authored
* Google Charts API integration
-