<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 Makefile
 Build
 _build
+cover_db
 blib
 .*.swp
 pm_to_blib</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,10 @@
 Revision history for SVG-Sparkline
 
-0.2.0  ???
+0.2.0  Sun Apr 5 16:30:00 2009
        Change parameters for Line and Area to use 'values'. Correct horizontal
        scaling on Line and Area charts. Fail if Whisker data contains bad
-       characters. Add support for background color.
+       characters. Add support for background color. Correct handling of Bar
+       type when values do not cross 0.
 0.1.1  Wed Apr 2 20:30:00 2009
        Documentation cleanup and minor interface changes. Whisker and Bar
        now have 'values' parameter instead of 'y'. Whisker input strings</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -23,3 +23,4 @@ t/09.area_bad_parms.t
 t/10.simple_area.t
 t/11.bar_bad_parms.t
 t/12.simple_bar.t
+t/13.bgcolor.t</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,8 @@ TODO$
 \.bak$
 \.old$
 Makefile$
+Build$
+^_build
 ^blib
 ^pm_to_blib
 ^t/local_</diff>
      <filename>MANIFEST.SKIP</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,10 @@ SVG-Sparkline version 0.2.0
 
 The SVG::Sparkline module supports creating sparkline graphics in SVG.
 
+The parameters used to create the sparkline types and the scaling code
+have both changed significantly in the 0.2.0 version of the code. If you
+used the library pre-0.2.0, you will need to make a few adjustments.
+
 INSTALLATION
 
 To install this module, run the following commands:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -19,11 +19,3 @@ Future features.
 11. Combining multiple data sets in one sparkline.
     a. Overlapping
     b. One above the others
-12. Check y-scaling
-    a. Area
-    b. Bar - DONE
-    c. Line
-    d. Whisker -DONE
-13. Check x-scaling
-    a. Bar - DONE
-    b. Whisker - DONE</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@ sub summarize_xy_pairs
     my ($array) = @_;
     my $desc = {
         xmin =&gt; $array-&gt;[0]-&gt;[0],
-        xmax =&gt; $array-&gt;[0]-&gt;[0],
+        xmax =&gt; $array-&gt;[-1]-&gt;[0],
         ymin =&gt; $array-&gt;[0]-&gt;[1],
         ymax =&gt; $array-&gt;[0]-&gt;[1],
     };</diff>
      <filename>lib/SVG/Sparkline/Utils.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b253691f927b465bcf83d89c12d1b3255f930ae</id>
    </parent>
  </parents>
  <author>
    <name>gwadej</name>
    <email>gwadej@ed3f67d0-e5d7-0310-aef1-da7078c8542f</email>
  </author>
  <url>http://github.com/gwadej/svg-sparkline/commit/8722e60ceb50b1f95dbc9a0baf913f5d8302cabc</url>
  <id>8722e60ceb50b1f95dbc9a0baf913f5d8302cabc</id>
  <committed-date>2009-04-05T14:36:26-07:00</committed-date>
  <authored-date>2009-04-05T14:36:26-07:00</authored-date>
  <message>Testing on y-axis scaling, prep for the 0.2.0 release.


git-svn-id: svn+ssh://sovvan/home/svn/mainrepos/SVG-Sparkline/trunk@1207 ed3f67d0-e5d7-0310-aef1-da7078c8542f</message>
  <tree>b47b77e1dc592d72abb3811df63c52f0171e4d47</tree>
  <committer>
    <name>gwadej</name>
    <email>gwadej@ed3f67d0-e5d7-0310-aef1-da7078c8542f</email>
  </committer>
</commit>
