- Jul 01, 2010
-
-
Bruno Massa authored
* Both FusionCharts and OpenFlashCharts removed. Because they never worked correctly, its far better to add them later, with better implementations
-
Bruno Massa authored
* Remove the spedific views option Show Legend since its now possble to select it normally
-
Bruno Massa authored
* Google Charts now use the label/legend switch accordingly
-
Bruno Massa authored
* Users might choose to display value labels and series legends Improvements: * The default chart settings' page slightly reorganized: multiple charts printed at once, some fieldsets and the new Label and Legend options * Chart example generator now requires both type and title
-
Bruno Massa authored
* Google pie charts now use the correct color scheme Internals: * According to http://code.google.com/apis/chart/docs/making_charts.html, Google Charts API have a method to speed up browser requests. However, this features does not seem to work properly. The code is comment for further investigation
-
Bruno Massa authored
* #716546 by tracerul: adding "alt" attribute in the img tag for Google Charts make some HTML validators calm down
-
Bruno Massa authored
* #666630 (comment 2) when the label list is full of NULLs, consider it blank
-
Bruno Massa authored
* Amazing GD Image library chart creator by Mads Peter Henderson
-
Bruno Massa authored
* Some tips and code standarts pointed by Code Review module implemented
-
Bruno Massa authored
* #755682 since Drupal does not require PHP 5.2 or newer, Charts module should not either
-
Bruno Massa authored
* _charts_series_values() shuold be only in charts.inc
-
Bruno Massa authored
* #518872 after almost 1.5 year without programming for Drupal, fixed this bug on dev. sorry everybody
-
- Jul 13, 2009
-
-
Bruno Massa authored
* Committing the same patches as the HEAD version
-
- May 15, 2009
-
-
Bruno Massa authored
* Set the proper dependency on Open Flash Charts API module
-
Bruno Massa authored
* Small JS bug
-
Bruno Massa authored
* Google's Scatter plot now accepts individual point labels
-
- May 14, 2009
-
-
Bruno Massa authored
* Node activity from Charts system fixed.
-
Bruno Massa authored
* Views integration now works after the internal data modification
-
Bruno Massa authored
* Color palette bugs fixed
-
Bruno Massa authored
* Better and more generic Google Charts code (and more improvements still to be made)
-
Bruno Massa authored
* Google pie charts now accepts multiple series
-
Bruno Massa authored
* Both Line and Pie charts using Google Charts uses the correct colors!
-
Bruno Massa authored
* Better merging between the default settings and the chart data. * $settings['#series_attributes'] now stores all attributes that should be merged to series instead the main chart array. * Color values are now transmitted with the # sign
-
Bruno Massa authored
* Settings attributes are again with the # sign. It makes the chart display a lot easier.
-
- May 13, 2009
-
-
Bruno Massa authored
* The new color system is now enabled. Well, the input part only. Now its time to actually use this color in the charts! * Note take Charts module might use ColorPicker module to enhance the experience. But its now required.
-
Bruno Massa authored
* [#461660] by kenorb and brmassa: 'set default settings for charts' instead of 'access administration pages' access
-
- May 12, 2009
-
-
Bruno Massa authored
* Views integration now uses the same settings form was the Default Settings page. * It also consider the default settings
-
Bruno Massa authored
* All settings' attributes are not stored anymore with the #
-
Bruno Massa authored
* charts.admin.inc will deal with admin pages and form generation while charts.inc will deal only with common chart building routines * _charts_settings() should be used instead variable_get('charts_settings') because it might initialize null variables * _charts_settings_form() is now a separate function that might be used when a module wants to set custom settings for a given chart instead the defaults
-
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.
-
Bruno Massa authored
* Finally a Views integration worthy to mention! Based on the Karen Stevenson's code. * Note that the Views integration now depends on Views Calc module * Also note that Views Calc ALREADY has the same code, but its not fair to make her to maintain such unrelated code on Views Calc module.
-
Bruno Massa authored
* #426438 by brmassa: If the chart data is missing the provider file, it must not end as an error
-
Bruno Massa authored
Internal: * 0 errors or warnings on Coder module
-
- Nov 13, 2008
-
-
Bruno Massa authored
* #333918 by brmassa: Fatal error: Call to undefined function: () in /var/www/.../charts/charts.module on line 79
-
- Nov 12, 2008
-
-
Bruno Massa authored
* #323881 by Pasqualle and brmassa: Views 2 integration
-
Bruno Massa authored
* #330372 by liamgh: Deprecated pass-by-references in openflashchart.inc
-
Bruno Massa authored
* Alert users when the Charts module default settings were not yet set.
-
Bruno Massa authored
* #323713 by Pasqualle and brmassa: PHP notices
-
- Sep 22, 2008
-
-
Bruno Massa authored
* Dont crash or point errors when the default plugin was not yet defined
-
Bruno Massa authored
* Dont crash or point errors when the default plugin was not yet defined
-