You are here

function chart_theme in Google Chart Tools: Image Charts 7

Implements hook_theme().

File

./chart.module, line 120
Provides primary Drupal hook implementations.

Code

function chart_theme($existing, $type, $theme, $path) {
  return array(
    'chart' => array(
      'render element' => 'chart',
    ),
  );
}