function theme_views_view_chart in Views Charts 6
Same name and namespace in other branches
- 7 views_plugin_style_chart.inc \theme_views_view_chart()
@file Holds views_plugin_style_chart class which implements the chart plugin.
File
- ./
views_plugin_style_chart.inc, line 8 - Holds views_plugin_style_chart class which implements the chart plugin.
Code
function theme_views_view_chart() {
return 'opa';
}