'graphapi', 'style' => array( 'graphapi_style' => array( 'title' => t('Graph rendering'), 'path' => $path . '/plugins', 'help' => t('Display a view as an Graph.'), 'handler' => 'views_plugin_style_graphapi', 'theme' => 'views_graphapi_style', 'theme file' => 'views_graphapi_style.theme.inc', 'theme path' => $path . '/theme', 'additional themes' => $additional_themes, 'uses row plugin' => FALSE, 'uses fields' => TRUE, 'uses options' => TRUE, 'type' => 'normal', 'help_topic' => 'style-xml', 'even empty' => TRUE, ), ), ); }