CHANGELOG.txt |
CHANGELOG.txt |
|
SimpleTest 6.x-1.3, 2010-11-16
------------------------------
-Bugs:
* #518446: correct chart_unique_color() schema logic.
* Correct data encoding logic for a "NULL" entry, as it is confused by 0.
- Changes:
* #401422 by quickcel:… |
chart.api.php |
chart.api.php |
|
Hooks provided by the Chart module. |
chart.info |
chart.info |
|
name = Chart API
description = Google chart API integration.
package = Charting
core = 6.x
php = 5 |
chart.module |
chart.module |
|
Provides Google chart API integration. |
chart_views.info |
chart_views/chart_views.info |
|
name = Chart API Views Integration
description = Provides a "Google Chart" Views style.
package = Charting
core = 6.x
dependencies[] = chart
dependencies[] = views
dependencies[] = views_calc |
chart_views.module |
chart_views/chart_views.module |
|
|
chart_views.views.inc |
chart_views/includes/views/chart_views.views.inc |
|
Chart API Views Integration |
chart_views_plugin_style_chart.inc |
chart_views/includes/views/chart_views_plugin_style_chart.inc |
|
Drupal Chart API Views Integration.
@Based on the Charts module's Views integration |
README.txt |
README.txt |
|
Chart API
Provided by www.vision-media.ca
Developed by Tj Holowaychuk
-------------------------------------------------------------------------------
INSTALLATION
… |
system_charts.css |
contrib/system_charts/system_charts.css |
|
/**
* System Charts
*/
#system-charts {
margin: 15px;
}
/**
* @group overview sections
*/
#system-charts .system-chart-section {
margin: 25px 0;
}
/**
* @group charts
*/
#system-charts img {
margin: 25px 5px;
} |
system_charts.info |
contrib/system_charts/system_charts.info |
|
name = Drupal System Charting
description = Charting for various core modules.
package = Charting
core = 6.x
php = 5
dependencies[] = chart |
system_charts.module |
contrib/system_charts/system_charts.module |
|
Provides core Drupal chart implementations. |