You are here

function theme_views_view_chart in Views Charts 7

Same name and namespace in other branches
  1. 6 views_plugin_style_chart.inc \theme_views_view_chart()

@todo Please document this function.

See also

http://drupal.org/node/1354

File

./views_plugin_style_chart.inc, line 12
Holds views_plugin_style_chart class which implements the chart plugin.

Code

function theme_views_view_chart() {

  // TODO: Should this theme views_view_chart be declared in hook_theme()?
  return 'opa';
}