[Bps-public-commit] r11272 - WebChart/lib

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Mar 30 11:44:42 EDT 2008


Author: sunnavy
Date: Sun Mar 30 11:44:42 2008
New Revision: 11272

Modified:
   WebChart/lib/WebChart.pm

Log:
updated pod

Modified: WebChart/lib/WebChart.pm
==============================================================================
--- WebChart/lib/WebChart.pm	(original)
+++ WebChart/lib/WebChart.pm	Sun Mar 30 11:44:42 2008
@@ -21,13 +21,18 @@
 e.g.
 
 %args = (
-    renderer    => 'WebChart::Renderer::Chart',
-    img_dir     => '/tmp',
-    web_img_dir => '/charts',
-    css_class   => 'foo bar',
-    width       => 400,
-    height      => 300,
-  );
+    renderer      => 'WebChart::Renderer::Chart',
+    img_dir       => '/tmp',
+    web_img_dir   => '/charts',
+    xml_dir       => '/tmp',
+    web_xml_dir   => '/xml',
+    web_js_dir    => '/js',
+    web_flash_dir => '/flash',
+    web_css_dir   => '/css',
+    css_class     => 'foo bar',
+    width         => 400,
+    height        => 300,
+);
 
 =cut
 
@@ -88,8 +93,9 @@
 render pictures.
 
 %args = ( type => 'bars', data = [ ... ] )
-you can also supply img_dir, web_img_dir, css_class, width and height args 
-to overwrite the default values.
+you can also supply img_dir, web_img_dir, xml_dir, web_xml_dir, web_css_dir,
+web_js_dir, web_flash_dir, css_class, width and height args to overwrite the
+default values.
 
 =cut
 



More information about the Bps-public-commit mailing list