analytics_dashboard.admin.inc |
analytics_dashboard/analytics_dashboard.admin.inc |
|
Provides settings for analytices dashboard page. |
analytics_dashboard.api.php |
analytics_dashboard/analytics_dashboard.api.php |
|
Analytics Dashboard API definitions. |
analytics_dashboard.charts.inc |
analytics_dashboard/analytics_dashboard.charts.inc |
|
Provides the charts definitions. |
analytics_dashboard.css |
analytics_dashboard/analytics_dashboard.css |
|
#analytics-dashboard-page {
padding: 10px;
border: 1px solid #ccc;
background-color: #F8F8F8;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
#analytics-dashboard-page img {
padding:… |
analytics_dashboard.forms.inc |
analytics_dashboard/analytics_dashboard.forms.inc |
|
Provides the filtering form on the analytics dashboard page. |
analytics_dashboard.info |
analytics_dashboard/analytics_dashboard.info |
|
name = Site analytics dashboard
description = Site analytics dashboard.
core = 7.x
package = Charting
dependencies[] = google_chart_tools
stylesheets[all][] = analytics_dashboard.css |
analytics_dashboard.install |
analytics_dashboard/analytics_dashboard.install |
|
Install routine for dashboard |
analytics_dashboard.module |
analytics_dashboard/analytics_dashboard.module |
|
|
google_chart_tools.api.php |
google_chart_tools.api.php |
|
Google Chart Tools API definitions. |
google_chart_tools.css |
google_chart_tools.css |
|
.google-visualization-orgchart-table {
border-collapse:separate
}
.google-visualization-orgchart-table tr {
background: none transparent;
} |
google_chart_tools.info |
google_chart_tools.info |
|
name = Google Chart Tools
description = Provide a Google Chart Tools API.
core = 7.x
package = Charting |
google_chart_tools.module |
google_chart_tools.module |
|
|
google_chart_tools_example.info |
google_chart_tools_example/google_chart_tools_example.info |
|
name = Google Chart Tools Example
description = Provide a Google Chart Tools Example.
dependencies[] = google_chart_tools
core = 7.x
package = Charting |
google_chart_tools_example.module |
google_chart_tools_example/google_chart_tools_example.module |
|
|
google_chart_tools_views.info |
google_chart_tools_views/google_chart_tools_views.info |
|
name = Google Chart Tools Views Integration
description = Provides a Google Chart Tools Views style.
package = Charting
core = 7.x
files[] = views/google_chart_tools_views_plugin_style.inc
dependencies[] = google_chart_tools
dependencies[] = views |
google_chart_tools_views.module |
google_chart_tools_views/google_chart_tools_views.module |
|
|
google_chart_tools_views.views.inc |
google_chart_tools_views/views/google_chart_tools_views.views.inc |
|
Chart views integration. |
google_chart_tools_views_plugin_style.inc |
google_chart_tools_views/views/google_chart_tools_views_plugin_style.inc |
|
Contains the Google Chart Tools display plugin. |
README.txt |
README.txt |
|
Google Chart Tools - Drupal module
Display live data on your site using Google Chart Tools (http://code.google.com/apis/chart/).
Google Chart Tools provides a simple API to Build custom charts, useing your Drupal module.
The module contain an example… |
README.txt |
analytics_dashboard/README.txt |
|
Analystic Dashboard - Drupal module.
Creates a default site usage data charts page, with time frame filtering.
The page path is /admin/reports/analytics-dashboard
Or by menu Reports -> analytics.
The admin page to select which chart will be… |
README.txt |
google_chart_tools_views/README.txt |
|
Google Chart Tools - Views Integration
Google Chart Tools Views is provide a designated views format plugin named "Google Chart Tools".
After selecting this, the very first thing to do is turn on the views3 built in aggregation mode.
Under… |