Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 10, 2008
    • Bruno Massa's avatar
      Misc: · e3c1c9df
      Bruno Massa authored
      * Drupal code compliance fixes
      e3c1c9df
  3. 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
      New features: · 7328a9be
      Bruno Massa authored
      * Put all Charts-related modules into a single Module group
      7328a9be
    • Bruno Massa's avatar
      Misc: · 488a027f
      Bruno Massa authored
      * Some Drupal code compliance fixes
      488a027f
  4. Mar 19, 2008
    • Bruno Massa's avatar
      New features: · d297be63
      Bruno Massa authored
      * Charts from FusionCharts now accept chart-level attributes
      * Color Palette now is applied do all types of charts
    • Bruno Massa's avatar
      New features: · 6eb81fa3
      Bruno Massa authored
      * FusionCharts now have special treatment for chart with a single series of values
      6eb81fa3
    • Bruno Massa's avatar
      Misc: · da2dbc8a
      Bruno Massa authored
      * Code organization on FusionCharts plugin
      da2dbc8a
    • Bruno Massa's avatar
      New features: · 60f5e616
      Bruno Massa authored
      * New chart types for FusionCharts plugin
      60f5e616
    • Bruno Massa's avatar
      Bugs fixed: · f4cb0d99
      Bruno Massa authored
      * height and width correctly placed on the Flash HTML tag
      f4cb0d99
    • Bruno Massa's avatar
      New features: · 22c91836
      Bruno Massa authored
      * _fusioncharts_xml_elements() and _fusioncharts_xml_attributes() deprecated. Instead, the drupal core's format_xml_elements() and then substitute all double quotes to single quotes
      22c91836
    • Bruno Massa's avatar
      New features: · 61a39f41
      Bruno Massa authored
      * _fusioncharts_chart() will configure all chart-level options
      * _fusioncharts_series() will configure all series-level options
      61a39f41
    • Bruno Massa's avatar
      Bugs fixed: · 2004deb9
      Bruno Massa authored
      * height, width and series values from the correct part of $data array
      * Flash HTML tag corrected
      2004deb9
  5. Mar 17, 2008
  6. Mar 12, 2008
    • Bruno Massa's avatar
      New features: · b9f33c21
      Bruno Massa authored
      * hook_chartsapi() will bring FusionCharts charts to life! (what a vague comment)
      b9f33c21
    • Bruno Massa's avatar
      New features: · ee78ff1d
      Bruno Massa authored
      * Non-hook functions will be placed on fusioncharts.inc
      ee78ff1d
  7. Mar 11, 2008
Loading