- Jul 07, 2008
-
-
Bruno Massa authored
* Converting all files to UNIX end-of-file
-
Bruno Massa authored
* Some Drupal code compliance fixes
-
Bruno Massa authored
* Apply the correct color value intochart data
-
Bruno Massa authored
* _charts_example() generates charts with generic data
-
Bruno Massa authored
* Color module integrated and some fine tunning
-
- Jul 06, 2008
-
-
Bruno Massa authored
* CSS and JS derived from Color module to integrate Color's Farbtastic into Charts
-
Bruno Massa authored
* Simplified the settings page
-
- Apr 16, 2008
-
-
Bruno Massa authored
* Drupal 6.2 changed the access rules. Fixed
-
- Apr 14, 2008
-
-
Bruno Massa authored
* Drupal 6.2 changed the access rules. Fixed
-
- 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
* Color Palette typo on settings page
-
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 18, 2008
-
-
Bruno Massa authored
* Load the proper color palette value on settings page New features: * Color palette example on settings page Misc: * Fields reorganization
-
Bruno Massa authored
* The new color palette is added on values instead series * All bars and areas are now 75% solid by default
-
Bruno Massa authored
* The new color palette is now merged to the chart data depending on what type of chart it it (generally, it adds the default color to series, but in case its a Pie Chart, it uses the palette on values)
-
Bruno Massa authored
* Color palette is now set on a textarea, instead a series of textfields Misc: * All RGB color values uses upper letters
-
Bruno Massa authored
* Sort the chart types list on settings page
-
Bruno Massa authored
* Make pie charts on Open Flash Chart work
-
- Mar 17, 2008
-
-
Bruno Massa authored
* New chart types for Open Flash Chart
-
Bruno Massa authored
* Open Flash Chart plugin implementation
-
Bruno Massa authored
* New menu description for Settings page Misc: * Testing environment page disabled for a while
-
Bruno Massa authored
* _charts_system_node_activity() shows which kind of node type was created in the current month
-
Bruno Massa authored
* Code organization
-
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
-