- May 12, 2009
-
-
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.
-
- Aug 10, 2008
-
-
Bruno Massa authored
* Drupal code compliance fixes
-
- Jul 07, 2008
-
-
Bruno Massa authored
* Since the include file is done before calling the render function, it doesnt need to be on the .module file
-
Bruno Massa authored
* Since the include file is done before calling the render function, it doesnt need to be on the .module file
-
Bruno Massa authored
* Some modifications on hook_charts_info. now it returns all info without the need of an operator
-
Bruno Massa authored
* hook_chartsapi renamed to hook_charts_render
-
Bruno Massa authored
* hook_chartsinfo renamed to hook_charts_info
-
Bruno Massa authored
* Put all Charts-related modules into a single Module group
-
Bruno Massa authored
* Some Drupal code compliance fixes
-
- Mar 19, 2008
-
-
Bruno Massa authored
* Charts from FusionCharts now accept chart-level attributes * Color Palette now is applied do all types of charts
-
Bruno Massa authored
* FusionCharts now have special treatment for chart with a single series of values
-
Bruno Massa authored
* Code organization on FusionCharts plugin
-
Bruno Massa authored
* New chart types for FusionCharts plugin
-
Bruno Massa authored
* height and width correctly placed on the Flash HTML tag
-
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
-
Bruno Massa authored
* _fusioncharts_chart() will configure all chart-level options * _fusioncharts_series() will configure all series-level options
-
Bruno Massa authored
* height, width and series values from the correct part of $data array * Flash HTML tag corrected
-
- Mar 17, 2008
-
-
Bruno Massa authored
* Code organization
-
- Mar 12, 2008
-
-
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
-
- Mar 11, 2008
-
-
Bruno Massa authored
* FusionCharts integration
-