- May 18, 2017
-
-
andileco authored
Fixes: 2879174 and 2879294. Also improves a bug to C3 and Google that made it so that attachments were displaying the wrong chart type.
-
- Apr 12, 2017
-
-
andileco authored
-
- Apr 11, 2017
-
-
andileco authored
Add an example module for people wanting to understand how to use the Charts module without making use of Views. Also fixes small issue with X-axis title in Highcharts.
-
- Mar 31, 2017
-
-
andileco authored
This commit takes all sub-module-specific code out of the core charts module, making the module more extensible. It also improves the libraries.yml files and removes unused code from various parts of the site.
-
- Mar 22, 2017
-
-
andileco authored
add default configuration form to Config page, fix the link to add a new view, and minor pareview fixes, particularly short syntax for arrays
-
- Mar 17, 2017
-
-
Daniel Cothran authored
Charts can accept 'create secondary y-axis' option from Chart Attachment displays. This commit also removes a bug in Charts Google that led to duplicate empty fields.
-
- Mar 10, 2017
-
-
Daniel Cothran authored
-
- Mar 09, 2017
-
-
Daniel Cothran authored
-
- Feb 11, 2015
-
-
Pierre Vriens authored
-
- Mar 17, 2014
-
-
Nathan Haug authored
-
Nathan Haug authored
This reverts commit 31a47799.
-
Nathan Haug authored
-
Nathan Haug authored
-
- Jul 26, 2013
-
-
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.
-
- Feb 24, 2011
-
-
The Great Git Migration authored
-
- Jul 03, 2009
-
-
Bruno Massa authored
* Initial Port to Drupal 7
-
- May 15, 2009
-
-
Bruno Massa authored
* Functions moved from one file to other in order to improve performance
-
- May 13, 2009
-
-
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
* 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
* #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
* Alert users when the Charts module default settings were not yet set.
-
- 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
-
- 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
* 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
* Color module integrated and some fine tunning
-
- Jul 06, 2008
-
-
Bruno Massa authored
* Simplified the settings page
-
- Apr 14, 2008
-
-
Bruno Massa authored
* Drupal 6.2 changed the access rules. Fixed
-
- Mar 18, 2008
-
-
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)
-
- Mar 17, 2008
-
-
Bruno Massa authored
* New menu description for Settings page Misc: * Testing environment page disabled for a while
-