Index: exhibit.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/exhibit/exhibit.module,v
retrieving revision 1.2
diff -u -F^f -r1.2 exhibit.module
--- exhibit.module	1 May 2008 19:10:13 -0000	1.2
+++ exhibit.module	3 Jun 2008 16:02:46 -0000
@@ -305,6 +305,16 @@ function exhibit_exhibit_views() {
       'class'   => 'Map',
       'href'    => 'http://static.simile.mit.edu/exhibit/extensions-2.0/map/map-extension.js?gmapkey=' . variable_get('exhibit_gmap_key', ''),
     ),
+    'barchart'  => array(
+      'title'   => t('Barchart'),
+      'class'   => 'Barchart',
+      'href'    => 'http://static.simile.mit.edu/exhibit/extensions-2.0/chart/chart-extension.js',
+    ),
+    'scatterplot' => array(
+      'title'   => t('Scatterplot'),
+      'class'   => 'Scatterplot',
+      'href'    => 'http://static.simile.mit.edu/exhibit/extensions-2.0/chart/chart-extension.js',
+    ),
     'timeline'  => array(
       'title'   => t('Timeline'),
       'class'   => 'Timeline',
