function theme_views_view_chart in Views Charts 7
Same name and namespace in other branches
- 6 views_plugin_style_chart.inc \theme_views_view_chart()
@todo Please document this function.
See also
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';
}