- Jul 29, 2013
-
- Jul 27, 2013
-
-
Nathan Haug authored
-
Nathan Haug authored
-
Nathan Haug authored
- Jul 26, 2013
-
-
Nathan Haug authored
-
Nathan Haug authored
- Jul 25, 2013
-
-
Nathan Haug authored
Initial commit of the new 2.x branch of Charts. Full porting to D7, new Google Charts and Highcharts support. Expanded docs and API support.
-
- Jul 16, 2013
-
-
Nathan Haug authored
-
Nathan Haug authored
Issue #942684 by pillarsdotnet: Fix charts breakage due to #497118: Remove registry (for functions).
-
- Feb 24, 2011
-
-
The Great Git Migration authored
-
- Jul 13, 2009
-
-
Bruno Massa authored
* #505226 by Dave Reid and brmassa: Add PHP 5 dependency to charts.info
-
- Jul 03, 2009
-
-
Bruno Massa authored
* Initial Port to Drupal 7
-
- Jun 05, 2009
-
-
Bruno Massa authored
* [#470826] by brmassa and Panthrax
-
Bruno Massa authored
* [#261437] by brmassa
-
Bruno Massa authored
* [#473292] by Surrogard
-
Bruno Massa authored
* A warning on hook_requirements when the PHP version is below 5.2
-
- May 15, 2009
-
-
Bruno Massa authored
* Functions moved from one file to other in order to improve performance
-
Bruno Massa authored
* [#447638] by acrollet and brmassa: Option to add label when using the 'Display sum of different values from one column' option
-
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
-