Skip to content
Snippets Groups Projects
  1. 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
    • Bruno Massa's avatar
      New features: · f371b37d
      Bruno Massa authored
      * Charts System will allow users to see statistics about their Drupal site with Charts.
      f371b37d
    • Bruno Massa's avatar
      Bugs fixed: · c8a28290
      Bruno Massa authored
      * Eliminate useless/unused value labels
      c8a28290
  2. 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
    • Bruno Massa's avatar
      New features: · 5b078db1
      Bruno Massa authored
      * Select the default color for series
      5b078db1
  3. 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
      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: · 62d1c71a
      Bruno Massa authored
      * Now settings options about series are loaded. So its possible to set default color for series.
      62d1c71a
    • Bruno Massa's avatar
      New features: · 0e93b5d0
      Bruno Massa authored
      * Series color and legend
      0e93b5d0
    • 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: · 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
    • 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
  4. Mar 12, 2008
    • Bruno Massa's avatar
      Misc: · 420c93d5
      Bruno Massa authored
      * Code organization
      420c93d5
    • 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
    • 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
    • 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
  5. Mar 11, 2008
    • Bruno Massa's avatar
      New features: · 3a5a6a6b
      Bruno Massa authored
      * FusionCharts integration
      3a5a6a6b
    • Bruno Massa's avatar
      Bugs fixed: · eb18e790
      Bruno Massa authored
      * correct module name on hook_chatsinfo()
      
      New features:
      * hook_chartsapi() first implementation
      eb18e790
    • 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: · d899167b
      Bruno Massa authored
      * First implementation of Open Flash Chart
      d899167b
    • 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: · 130c3380
      Bruno Massa authored
      * Example data on settings page
      
      Misc:
      * code organization
      130c3380
    • Bruno Massa's avatar
      New features: · dccd6e59
      Bruno Massa authored
      * hook_chartsinfo() and hook_chartsapi() basicly implemented
      dccd6e59
    • 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
    • Bruno Massa's avatar
      Bugs fixed: · f40d3905
      Bruno Massa authored
      * charts_chart() function now works fine
      f40d3905
    • Bruno Massa's avatar
      New features: · 0b2828b3
      Bruno Massa authored
      * implementation of hook_requirements() to alert users that he/she didnt installed any chart provider module
      0b2828b3
  6. Mar 10, 2008
    • Bruno Massa's avatar
      New features: · acf7b702
      Bruno Massa authored
      * charts.install will hold all installing/uninstalling procedures
      acf7b702
    • 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
    • Bruno Massa's avatar
      Misc: · 55af7a97
      Bruno Massa authored
      * File $Id: $ correctly placed
      55af7a97
    • Bruno Massa's avatar
      New features: · e28fc46b
      Bruno Massa authored
      * hook_menu() implementation, creating a settings page and a testing environment
      * charts_chart() function will be the contact point to all external modules to create a chart from a data
      
      Misc:
      * File $Id: $ correctly placed
      e28fc46b
    • Bruno Massa's avatar
      New features: · 7a5a0549
      Bruno Massa authored
      * Google Charts API integration
      7a5a0549
    • Bruno Massa's avatar
      Misc: · 1191f260
      Bruno Massa authored
      * A small warning about the charts_api.txt file
      1191f260
    • Bruno Massa's avatar
      No commit message · e17cec81
      Bruno Massa authored
      No commit message
      e17cec81
Loading