You are here

function template_preprocess_flot_views_summary_style in Flot 7

Same name and namespace in other branches
  1. 6 views/flot.views.inc \template_preprocess_flot_views_summary_style()

Preprocessor for theme_flot_views_summary_style().

File

flot_views/views/flot_views.views.inc, line 85
Provides view integration for Flot.

Code

function template_preprocess_flot_views_summary_style(&$vars) {
  $options = $vars['view']->style_plugin
    ->preprocess($vars);
}