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

Jifty commits jifty-commit at lists.jifty.org
Mon Nov 17 17:56:35 EST 2008


Author: sartak
Date: Mon Nov 17 17:56:35 2008
New Revision: 6005

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

Log:
 r75676 at onn:  sartak | 2008-11-17 17:54:52 -0500
 Begin working on Google Vizualization "charts", specifically the annotated timeline


Added: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GoogleViz.pm
==============================================================================
--- (empty file)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GoogleViz.pm	Mon Nov 17 17:56:35 2008
@@ -0,0 +1,8 @@
+package Jifty::Plugin::Chart::Renderer::GoogleViz;
+use strict;
+use warnings;
+use base 'Jifty::Plugin::Chart::Renderer';
+
+
+1;
+

Added: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GoogleViz/AnnotatedTimeline.pm
==============================================================================
--- (empty file)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/GoogleViz/AnnotatedTimeline.pm	Mon Nov 17 17:56:35 2008
@@ -0,0 +1,8 @@
+package Jifty::Plugin::Chart::Renderer::GoogleViz::AnnotatedTimeline;
+use strict;
+use warnings;
+use base 'Jifty::Plugin::Chart::Renderer::GoogleViz';
+
+
+1;
+


More information about the Jifty-commit mailing list