Index: open_flash_chart_api.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/open_flash_chart_api/open_flash_chart_api.module,v
retrieving revision 1.1.4.4
diff -u -r1.1.4.4 open_flash_chart_api.module
--- open_flash_chart_api.module	22 Nov 2007 01:45:03 -0000	1.1.4.4
+++ open_flash_chart_api.module	25 Nov 2007 04:12:58 -0000
@@ -894,10 +894,10 @@
                 $tmp .= $this->format_output($output_type,$type,$description);	
         }
 				
-				$num = 0;
+				$num = 1;
         foreach( $this->data as $data )
 				{
-						if ($num == 0)
+						if ($num == 1)
 						{
 								$tmp .= $this->format_output($output_type, 'values', $data);
 						}
