- Mar 17, 2008
-
-
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
-
Bruno Massa authored
* Charts System will allow users to see statistics about their Drupal site with Charts.
-
Bruno Massa authored
* Eliminate useless/unused value labels
-
- Mar 16, 2008
-
-
Bruno Massa authored
* Print error messages for Google Charts API when something went wrong
-
Bruno Massa authored
* Code reorganization for Google Chart API * Better Doxygen documentation
-
Bruno Massa authored
* Select the default color for series
-
- Mar 13, 2008
-
-
Bruno Massa authored
* series color and legend were active even if none was determined New features: * Values legends now working
-
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
-
Bruno Massa authored
* Now settings options about series are loaded. So its possible to set default color for series.
-
Bruno Massa authored
* Series color and legend
-
Bruno Massa authored
* New attributes on settings page's example chart
-
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
-
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
-
- Mar 12, 2008
-
-
Bruno Massa authored
* Code organization
-
Bruno Massa authored
* hook_chartsapi() will bring FusionCharts charts to life! (what a vague comment)
-
Bruno Massa authored
* Non-hook functions will be placed on fusioncharts.inc
-
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
-
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
-
- Mar 11, 2008
-
-
Bruno Massa authored
* FusionCharts integration
-
Bruno Massa authored
* correct module name on hook_chatsinfo() New features: * hook_chartsapi() first implementation
-
Bruno Massa authored
* To minimize the module footprint, all google chart non-hook function are now placed on google_charts.inc
-
Bruno Massa authored
* First implementation of Open Flash Chart
-
Bruno Massa authored
* hook_chartsapi() now process the chart data * google_charts_encodesimple() will encode the chart data, to shrink the URL string
-
Bruno Massa authored
* Google Charts should require Charts module to operate
-
Bruno Massa authored
* Example data on settings page Misc: * code organization
-
Bruno Massa authored
* hook_chartsinfo() and hook_chartsapi() basicly implemented
-
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
-
Bruno Massa authored
* charts_chart() function now works fine
-
Bruno Massa authored
* implementation of hook_requirements() to alert users that he/she didnt installed any chart provider module
-
- Mar 10, 2008
-
-
Bruno Massa authored
* charts.install will hold all installing/uninstalling procedures
-
Bruno Massa authored
* charts.inc will hold all non-hook functions, such as settings page and testing environment
-
Bruno Massa authored
* File $Id: $ correctly placed
-
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
-
Bruno Massa authored
* Google Charts API integration
-
Bruno Massa authored
* A small warning about the charts_api.txt file
-
Bruno Massa authored
No commit message
-