Skip to content
Snippets Groups Projects
  1. Feb 24, 2011
  2. Jul 13, 2009
    • Bruno Massa's avatar
      Improvements: · 33d011dd
      Bruno Massa authored
      * #505226 by Dave Reid and brmassa: Add PHP 5 dependency to charts.info
      33d011dd
  3. Jul 03, 2009
  4. Jun 05, 2009
  5. May 15, 2009
  6. May 14, 2009
    • Bruno Massa's avatar
      Bugs fixed: · 059aad8a
      Bruno Massa authored
      * Node activity from Charts system fixed.
      059aad8a
    • Bruno Massa's avatar
      Internals: · 63faa7d9
      Bruno Massa authored
      * Views integration now works after the internal data modification
      63faa7d9
    • Bruno Massa's avatar
      Internals: · 6c637196
      Bruno Massa authored
      * Color palette bugs fixed
      6c637196
    • 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
    • Bruno Massa's avatar
      Internals: · a5c3fda4
      Bruno Massa authored
      * Better merging between the default settings and the chart data.
      * $settings['#series_attributes'] now stores all attributes that should be merged to series instead the main chart array.
      * Color values are now transmitted with the # sign
      a5c3fda4
    • Bruno Massa's avatar
      Internals: · 58f8435d
      Bruno Massa authored
      * Settings attributes are again with the # sign. It makes the chart  display a lot easier.
      58f8435d
  7. May 13, 2009
    • Bruno Massa's avatar
      Improvements: · 3e42efbf
      Bruno Massa authored
      * The new color system is now enabled. Well, the input part only. Now its time to actually use this color in the charts!
      * Note take Charts module might use ColorPicker module to enhance the experience. But its now required.
      3e42efbf
    • Bruno Massa's avatar
      Improvements: · 2b8d86b1
      Bruno Massa authored
      * [#461660] by kenorb and brmassa: 'set default settings for charts' instead of 'access administration pages' access
      2b8d86b1
  8. May 12, 2009
    • Bruno Massa's avatar
      Improvements: · 69e749d0
      Bruno Massa authored
      * Views integration now uses the same settings form was the Default Settings page.
      * It also consider the default settings
      69e749d0
    • Bruno Massa's avatar
      Internals: · 3dd923c6
      Bruno Massa authored
      * All settings' attributes are not stored anymore with the #
      3dd923c6
    • Bruno Massa's avatar
      Improvements: · 67720d14
      Bruno Massa authored
      * charts.admin.inc will deal with admin pages and form generation while charts.inc will deal only with common chart building routines
      * _charts_settings() should be used instead variable_get('charts_settings') because it might initialize null variables
      * _charts_settings_form() is now a separate function that might be used when a module wants to set custom settings for a given chart instead the defaults
      67720d14
    • 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
    • Bruno Massa's avatar
      Improvements: · fa5fe78d
      Bruno Massa authored
      * Finally a Views integration worthy to mention! Based on the Karen Stevenson's code.
      * Note that the Views integration now depends on Views Calc module
      * Also note that Views Calc ALREADY has the same code, but its not fair to make her to maintain such unrelated code on Views Calc module.
      fa5fe78d
    • Bruno Massa's avatar
      Bugs fixed: · 61e878af
      Bruno Massa authored
      * #426438 by brmassa: If the chart data is missing the provider file, it must not end as an error
      61e878af
    • Bruno Massa's avatar
      Back to development! · 6e767858
      Bruno Massa authored
      Internal:
      * 0 errors or warnings on Coder module
      6e767858
  9. Nov 13, 2008
    • Bruno Massa's avatar
      Bugs fixed: · 1c7f637c
      Bruno Massa authored
      * #333918 by brmassa: Fatal error: Call to undefined function: () in /var/www/.../charts/charts.module on line 79
      1c7f637c
  10. Nov 12, 2008
  11. Sep 22, 2008
    • Bruno Massa's avatar
      Bugs fixed: · cf2b7d4b
      Bruno Massa authored
      * Dont crash or point errors when the default plugin was not yet defined
      cf2b7d4b
    • Bruno Massa's avatar
      Bugs fixed: · 81663180
      Bruno Massa authored
      * Dont crash or point errors when the default plugin was not yet defined
      81663180
  12. Aug 10, 2008
    • Bruno Massa's avatar
      Misc: · e3c1c9df
      Bruno Massa authored
      * Drupal code compliance fixes
      e3c1c9df
  13. 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
Loading