You are here

function system_charts in Google Chart Tools: Image Charts 6

Same name and namespace in other branches
  1. 5 contrib/system_charts/system_charts.module \system_charts()
  2. 7 system_charts/system_charts.module \system_charts()

Page callback.

1 string reference to 'system_charts'
system_charts_menu in contrib/system_charts/system_charts.module
Implementation of hook_menu().

File

contrib/system_charts/system_charts.module, line 78
Provides core Drupal chart implementations.

Code

function system_charts($page = 'nodes') {
  return '<div id="system-charts">' . system_charts_display($page) . '</div><!-- END #system-charts -->';
}