- 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
-
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
-
- Mar 13, 2008
-
-
Bruno Massa authored
* Now settings options about series are loaded. So its possible to set default color for series.
-
- Mar 11, 2008
-
-
Bruno Massa authored
* charts_chart() function now works fine
-
Bruno Massa authored
* implementation of hook_requirements() to alert users that he/she didnt installed any chart provider module
-