- Jul 07, 2008
-
-
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
* Properly credit TJ for its Chart module
-
Bruno Massa authored
* Converting all files to UNIX end-of-file
-
Bruno Massa authored
* Put all Charts-related modules into a single Module group
-
Bruno Massa authored
* Code organization
-
Bruno Massa authored
* README.txt has some important information
-
Bruno Massa authored
* Small code compliance issue
-
Bruno Massa authored
* Use drupal version of strlen.
-
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
-