Skip to content
Snippets Groups Projects
  1. Feb 24, 2011
  2. Jul 01, 2010
  3. May 12, 2009
    • Bruno Massa's avatar
      Improvements: · 4d7f39c3
      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.
      4d7f39c3
  4. Jul 07, 2008
    • Bruno Massa's avatar
      Misc: · 8c913542
      Bruno Massa authored
      * Since the include file is done before calling the render function, it doesnt need to be on the .module file
      8c913542
    • Bruno Massa's avatar
      Misc: · 2ddf964c
      Bruno Massa authored
      * Some modifications on hook_charts_info. now it returns all info without the need of an operator
      2ddf964c
    • Bruno Massa's avatar
      Misc: · d544ebd1
      Bruno Massa authored
      * hook_chartsapi renamed to hook_charts_render
      d544ebd1
    • Bruno Massa's avatar
      Misc: · 41149cb9
      Bruno Massa authored
      * hook_chartsinfo renamed to hook_charts_info
      41149cb9
    • Bruno Massa's avatar
      Misc: · d17ea1c2
      Bruno Massa authored
      * Converting all files to UNIX end-of-file
      d17ea1c2
    • Bruno Massa's avatar
      Misc: · 488a027f
      Bruno Massa authored
      * Some Drupal code compliance fixes
      488a027f
  5. Mar 16, 2008
    • Bruno Massa's avatar
      New features: · 911416fd
      Bruno Massa authored
      * Print error messages for Google Charts API when something went wrong
      911416fd
  6. Mar 13, 2008
    • Bruno Massa's avatar
      New features: · 601264c8
      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
      601264c8
  7. Mar 12, 2008
    • Bruno Massa's avatar
      Misc: · 420c93d5
      Bruno Massa authored
      * Code organization
      420c93d5
    • Bruno Massa's avatar
      Bugs fixed: · 160184fd
      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
      160184fd
  8. Mar 11, 2008
    • Bruno Massa's avatar
      New features: · bb0b4a2e
      Bruno Massa authored
      * To minimize the module footprint, all google chart non-hook function are now placed on google_charts.inc
      bb0b4a2e
    • Bruno Massa's avatar
      New features: · ed38341d
      Bruno Massa authored
      * hook_chartsapi() now process the chart data
      * google_charts_encodesimple() will encode the chart data, to shrink the URL string
      ed38341d
    • Bruno Massa's avatar
      New features: · dccd6e59
      Bruno Massa authored
      * hook_chartsinfo() and hook_chartsapi() basicly implemented
      dccd6e59
  9. Mar 10, 2008
Loading