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

Jifty commits jifty-commit at lists.jifty.org
Tue Nov 18 15:59:31 EST 2008


Author: sartak
Date: Tue Nov 18 15:59:27 2008
New Revision: 6020

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

Log:
 r75716 at onn:  sartak | 2008-11-18 15:59:17 -0500
 AnnotatedTimeline parameters


Modified: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GoogleViz/AnnotatedTimeline.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GoogleViz/AnnotatedTimeline.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GoogleViz/AnnotatedTimeline.pm	Tue Nov 18 15:59:27 2008
@@ -3,6 +3,11 @@
 use warnings;
 use base 'Jifty::Plugin::Chart::Renderer::GoogleViz';
 
+use constant packages_to_load => 'annotatedtimeline';
+use constant chart_class => 'google.visualization.AnnotatedTimeLine';
+use constant draw_params => {
+    displayAnnotations => "true",
+};
 
 1;
 


More information about the Jifty-commit mailing list