Skip to content
Snippets Groups Projects
  1. May 14, 2009
    • Bruno Massa's avatar
      Internals: · 6c637196
      Bruno Massa authored
      * Color palette bugs fixed
      6c637196
    • 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
  2. 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
  3. May 12, 2009
    • 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
      Back to development! · 6e767858
      Bruno Massa authored
      Internal:
      * 0 errors or warnings on Coder module
      6e767858
  4. Nov 12, 2008
  5. 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
  6. Aug 10, 2008
    • Bruno Massa's avatar
      Misc: · e3c1c9df
      Bruno Massa authored
      * Drupal code compliance fixes
      e3c1c9df
  7. Jul 07, 2008
    • 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: · 41149cb9
      Bruno Massa authored
      * hook_chartsinfo renamed to hook_charts_info
      41149cb9
    • Bruno Massa's avatar
      Misc: · 8cc29395
      Bruno Massa authored
      * Small code compliance issue
      8cc29395
    • Bruno Massa's avatar
      Misc: · 488a027f
      Bruno Massa authored
      * Some Drupal code compliance fixes
      488a027f
    • Bruno Massa's avatar
      Bugs fixed: · 843c0c13
      Bruno Massa authored
      * Apply the correct color value intochart data
      843c0c13
    • Bruno Massa's avatar
      New features: · 1c05de21
      Bruno Massa authored
      * _charts_example() generates charts with generic data
      1c05de21
    • Bruno Massa's avatar
      New features: · 54c15f19
      Bruno Massa authored
      * Color module integrated and some fine tunning
      54c15f19
  8. Mar 19, 2008
  9. Mar 18, 2008
  10. Mar 17, 2008
    • Bruno Massa's avatar
      Bugs fixed: · 10acb6b6
      Bruno Massa authored
      * _charts_series_values() moved from charts.inc to charts.module
      
      Misc:
      * charts_chart() dont need the chart plugin as the first argument, since it will be given using the $chart array or thru settings
      10acb6b6
  11. Mar 16, 2008
  12. Mar 13, 2008
    • Bruno Massa's avatar
      Misc: · 67bb22bd
      Bruno Massa authored
      * Example chart is printed whatever the situation
      * The example data is not merged to default settings because it will be done later
      67bb22bd
    • Bruno Massa's avatar
      New features: · 1b94421f
      Bruno Massa authored
      * New attributes on settings page's example chart
      1b94421f
    • Bruno Massa's avatar
      New features: · df07a658
      Bruno Massa authored
      * _charts_values() will return only the numeric values from a series, even it has values with attributes
      * The example data on settings page now uses more advanced chart data
      
      Misc:
      * the Chart Data Structure changed. settings page now uses the new schema
      df07a658
  13. Mar 12, 2008
    • Bruno Massa's avatar
      New features: · de0626f6
      Bruno Massa authored
      * On settings page, the example data is now a array with data series
      * _charts_module_invoke_all() is about the same as module_invoke_all(), but will sum the array results instead merge_recursively
      de0626f6
  14. Mar 11, 2008
    • Bruno Massa's avatar
      New features: · 130c3380
      Bruno Massa authored
      * Example data on settings page
      
      Misc:
      * code organization
      130c3380
    • Bruno Massa's avatar
      New features: · 03b0feab
      Bruno Massa authored
      * Settings page now stores the chart provider, the chart type and some basic layout settings
      * Settings page now displays the chart example when required info is provided
      03b0feab
  15. Mar 10, 2008
    • Bruno Massa's avatar
      New features: · 898ceb41
      Bruno Massa authored
      * charts.inc will hold all non-hook functions, such as settings page and testing environment
      898ceb41
Loading