Skip to content
Snippets Groups Projects
  1. May 15, 2009
    • Bruno Massa's avatar
      New features: · 5fd77a3b
      Bruno Massa authored
      * Google's Scatter plot now accepts individual point labels
      5fd77a3b
  2. May 14, 2009
    • Bruno Massa's avatar
      Internals: · f5d14752
      Bruno Massa authored
      * Better and more generic Google Charts code (and more improvements still to be made)
      f5d14752
    • Bruno Massa's avatar
      New features: · 4bb9056e
      Bruno Massa authored
      * Google pie charts now accepts multiple series
      4bb9056e
    • Bruno Massa's avatar
      Improvements: · 4a6094ed
      Bruno Massa authored
      * Both Line and Pie charts using Google Charts uses the correct colors!
      4a6094ed
  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. Aug 10, 2008
    • Bruno Massa's avatar
      Misc: · e3c1c9df
      Bruno Massa authored
      * Drupal code compliance fixes
      e3c1c9df
  5. Jul 07, 2008
    • Bruno Massa's avatar
      Misc: · 67f0ff2e
      Bruno Massa authored
      * Since the include file is done before calling the render function, it doesnt need to be on the .module file
      67f0ff2e
    • 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: · 14e07997
      Bruno Massa authored
      * Converting all files to UNIX end-of-file
      14e07997
    • Bruno Massa's avatar
      New features: · 7328a9be
      Bruno Massa authored
      * Put all Charts-related modules into a single Module group
      7328a9be
    • Bruno Massa's avatar
      Misc: · 21d1cd76
      Bruno Massa authored
      * Code organization
      21d1cd76
    • Bruno Massa's avatar
      Misc: · 82d4ca1d
      Bruno Massa authored
      * Use drupal version of strlen.
      82d4ca1d
    • 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
  6. Mar 17, 2008
  7. 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
    • Bruno Massa's avatar
      Misc: · cca0c9aa
      Bruno Massa authored
      * Code reorganization for Google Chart API
      * Better Doxygen documentation
      cca0c9aa
  8. Mar 13, 2008
    • Bruno Massa's avatar
      Bugs fixed: · 41a6019a
      Bruno Massa authored
      * series color and legend were active even if none was determined
      
      New features:
      * Values legends now working
      41a6019a
    • Bruno Massa's avatar
      New features: · 0e93b5d0
      Bruno Massa authored
      * Series color and legend
      0e93b5d0
    • 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
  9. 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
  10. 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
      Bugs fixed: · b561a3b5
      Bruno Massa authored
      * Google Charts should require Charts module to operate
      b561a3b5
    • Bruno Massa's avatar
      New features: · dccd6e59
      Bruno Massa authored
      * hook_chartsinfo() and hook_chartsapi() basicly implemented
      dccd6e59
  11. Mar 10, 2008
Loading