? charts-exportable-view.patch
Index: views/charts_plugin_style_chart.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/charts/views/charts_plugin_style_chart.inc,v
retrieving revision 1.5
diff -u -p -r1.5 charts_plugin_style_chart.inc
--- views/charts_plugin_style_chart.inc	15 May 2009 23:13:54 -0000	1.5
+++ views/charts_plugin_style_chart.inc	28 Oct 2010 13:44:32 -0000
@@ -89,6 +89,20 @@ class charts_plugin_style_chart extends 
     );
   }
 
+  function option_definition() {
+    $options = parent::option_definition();
+    $options['grouping'] = array('default' => '');
+    $options['charts'] = array('default' => '');
+    $options['show_legend'] = array('default' => '');
+    $options['show_sums'] = array('default' => '');    
+    $options['aggregation_field'] = array('default' => '');
+    $options['calc_fields'] = array('default' => '');
+    $options['calc'] = array('default' => '');
+    $options['precision'] = array('default' => '');
+    return $options;
+  }
+
+
   /**
    * Generate a form for setting options.
    */
