You are here

function theme_views_view_flot_views_pie in Flot 8

Implements theme_TEMPLATE().

File

flot_views_pie/flot_views_pie.theme.inc, line 63
Template theme and preprocess functions for the flot_views_pie module.

Code

function theme_views_view_flot_views_pie($variables) {
  $output = [
    'flot_views_pie' => $variables['flot_views_pie'],
  ];
  return drupal_render($output);
}