You are here

function theme_views_view_flot_views_time in Flot 8

Implements theme_TEMPLATE().

File

flot_views_time/flot_views_time.theme.inc, line 77
Template, theme, and preprocess functions for the flot_views_time mosule.

Code

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