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