<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -252,7 +252,7 @@ Ico.BaseGraph = Class.create(Ico.Base, {
     this.step = this.calculateStep();
 
     /* Calculate how many labels are required */
-    this.y_label_count = (this.range / this.label_step).round();
+    this.y_label_count = (this.range / this.label_step).ceil();
     if ((this.normaliser.min + (this.y_label_count * this.normaliser.step)) &lt; this.normaliser.max) {
       this.y_label_count += 1;
     }</diff>
      <filename>ico.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b07755d461a12451833922eada5047694d13d75b</id>
    </parent>
  </parents>
  <author>
    <name>Alex Young</name>
    <email>alex@helicoid.net</email>
  </author>
  <url>http://github.com/alexyoung/ico/commit/4ebcc694fb6a7b899368e8e79147830a1b6935d7</url>
  <id>4ebcc694fb6a7b899368e8e79147830a1b6935d7</id>
  <committed-date>2009-09-08T08:09:52-07:00</committed-date>
  <authored-date>2009-09-08T08:09:52-07:00</authored-date>
  <message>Using Math.ceil() instead of round() for axis height calculation</message>
  <tree>995e68a29471484112d453cf14d8c7fe3a88de3c</tree>
  <committer>
    <name>Alex Young</name>
    <email>alex@helicoid.net</email>
  </committer>
</commit>
