Skip to content
Snippets Groups Projects
  1. Jul 01, 2010
    • Bruno Massa's avatar
      Improvements: · 6d3883d4
      Bruno Massa authored
      * Both FusionCharts and OpenFlashCharts removed. Because they never worked correctly, its far better to add them later, with better implementations
      6d3883d4
    • Bruno Massa's avatar
      Improvements: · ce1fe636
      Bruno Massa authored
      * Remove the spedific views option Show Legend since its now possble to select it normally
      ce1fe636
    • Bruno Massa's avatar
      Improvements: · b52313e6
      Bruno Massa authored
      * Google Charts now use the label/legend switch accordingly
      b52313e6
    • Bruno Massa's avatar
      New features: · a4190466
      Bruno Massa authored
      * Users might choose to display value labels and series legends
      
      Improvements:
      * The default chart settings' page slightly reorganized: multiple charts printed at once, some fieldsets and the new Label and Legend options
      * Chart example generator now requires both type and title
      a4190466
    • Bruno Massa's avatar
      Bugs Fixed: · 4b7577ee
      Bruno Massa authored
      * Google pie charts now use the correct color scheme
      
      Internals:
      * According to  http://code.google.com/apis/chart/docs/making_charts.html, Google Charts API have a method to speed up browser requests. However, this features does not seem to work properly. The code is comment for further investigation
      4b7577ee
    • Bruno Massa's avatar
      Improvements: · 074bfd77
      Bruno Massa authored
      * #716546 by tracerul: adding "alt" attribute in the img tag for Google Charts make some HTML validators calm down
      074bfd77
    • Bruno Massa's avatar
      Bugs fixed: · 4a706a54
      Bruno Massa authored
      * #666630 (comment 2) when the label list is full of NULLs, consider it blank
      4a706a54
    • Bruno Massa's avatar
      New features: · c6631563
      Bruno Massa authored
      * Amazing GD Image library chart creator by Mads Peter Henderson
      c6631563
    • Bruno Massa's avatar
      Internals: · 830dff92
      Bruno Massa authored
      * Some tips and code standarts pointed by Code Review module implemented
      830dff92
    • Bruno Massa's avatar
      Bugs Fixed: · 276bcc7f
      Bruno Massa authored
      * #755682 since Drupal does not require PHP 5.2 or newer, Charts module should not either
      276bcc7f
    • Bruno Massa's avatar
      Bugs fixed: · 80273076
      Bruno Massa authored
      * _charts_series_values() shuold be only in charts.inc
      80273076
    • Bruno Massa's avatar
      Bus fixed: · 93861dd1
      Bruno Massa authored
      * #518872 after almost 1.5 year without programming for Drupal, fixed this bug on dev. sorry everybody
      93861dd1
  2. Jul 13, 2009
    • Bruno Massa's avatar
      Internals: · 78b516bc
      Bruno Massa authored
      * Committing the same patches as the HEAD version
      78b516bc
  3. May 15, 2009
  4. 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
  5. 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
  6. 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
  7. 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
  8. Nov 12, 2008
  9. 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
Loading