chart.api.php |
chart.api.php |
|
Provides API documentation. |
chart.info |
chart.info |
|
name = Chart API
description = Google Chart API integration.
package = Charting
core = 7.x
php = 5 |
chart.module |
chart.module |
|
Provides primary Drupal hook implementations. |
chart_views.api.php |
chart_views/chart_views.api.php |
|
Provides API documentation. |
chart_views.info |
chart_views/chart_views.info |
|
name = Chart API Views Integration
description = Provides a Google Chart API Views style.
package = Charting
core = 7.x
files[] = views/chart_views_plugin_style_chart.inc
dependencies[] = chart
dependencies[] = views |
chart_views.module |
chart_views/chart_views.module |
|
Provides primary Drupal hook implementations. |
chart_views.views.inc |
chart_views/views/chart_views.views.inc |
|
Chart views integration. |
chart_views_plugin_style_chart.inc |
chart_views/views/chart_views_plugin_style_chart.inc |
|
Contains the chart display plugin. |
README.txt |
README.txt |
|
AUTHORS
-------
* Tj Holowaychuk <http://www.350designs.com/>
* Jimmy Berry ("boombatower", http://drupal.org/user/214218)
DOCUMENATION
------------
* http://code.google.com/p/drupal-chart-api/w/list
* chart_build() in… |
system_charts.css |
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 |
system_charts/system_charts.info |
|
name = Drupal System Charting
description = Charting for various core modules.
package = Charting
core = 7.x
php = 5
dependencies[] = chart |
system_charts.module |
system_charts/system_charts.module |
|
Provides primary Drupal hook implementations. |