'chart_views', 'style' => array( 'chart_views' => array( 'handler' => 'chart_views_plugin_style_chart', 'help' => t('Displays the content in several chart styles.'), 'path' => drupal_get_path('module', 'chart_views') . '/views', 'parent' => 'parent', 'title' => t('Chart'), 'type' => 'normal', 'uses fields' => TRUE, 'uses options' => TRUE, 'uses row plugin' => FALSE, ), ) ); }