[Jifty-commit] r5944 - in jifty/trunk: lib/Jifty/Plugin/Chart/Renderer

Jifty commits jifty-commit at lists.jifty.org
Thu Oct 16 03:08:51 EDT 2008


Author: sartak
Date: Thu Oct 16 03:08:50 2008
New Revision: 5944

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/Google.pm

Log:
 r73828 at onn:  sartak | 2008-10-16 03:08:41 -0400
 label positions (chxp)


Modified: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/Google.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/Google.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/Google.pm	Thu Oct 16 03:08:50 2008
@@ -279,6 +279,10 @@
             $url .= "&chxl=" . join '|', @labels if @labels;
             $url .= "&chxr=" . join '|', @ranges if @ranges;
             $url .= "&chxs=" . join '|', @styles if @styles;
+
+            # label positions
+            $url .= "&chxp=" . join '|', @{ $args{'positions'} }
+                if defined @{ $args{'positions'} };
         }
     }
 


More information about the Jifty-commit mailing list