You are here

function flot_theme in Flot 7

Same name and namespace in other branches
  1. 8 flot.module \flot_theme()
  2. 6 flot.module \flot_theme()

Implements hook_theme().

File

./flot.module, line 41

Code

function flot_theme() {
  return array(
    'flot_graph' => array(
      'variables' => array(
        'element' => NULL,
        'data' => NULL,
        'options' => NULL,
        'zoom' => NULL,
      ),
    ),
  );
}