- Feb 24, 2011
-
-
The Great Git Migration authored
-
- Jul 01, 2010
-
-
Bruno Massa authored
* Google Charts now have stacked bars (vertical and horizontal)
-
Bruno Massa authored
* Some tips and code standarts pointed by Code Review module implemented
-
- 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.
-
- 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
* 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
* Some Drupal code compliance fixes
-
- Mar 16, 2008
-
-
Bruno Massa authored
* Print error messages for Google Charts API when something went wrong
-
- Mar 13, 2008
-
-
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
* hook_chartsinfo() and hook_chartsapi() basicly implemented
-
- Mar 10, 2008
-
-
Bruno Massa authored
* File $Id: $ correctly placed
-
Bruno Massa authored
* Google Charts API integration
-