[DRE-commits] [SCM] wheezy-transition-tracker.git branch, master, updated. a98fef790a81d5a715c25a801d62dd54e4945d8f

Antonio Terceiro terceiro at softwarelivre.org
Wed Jun 29 00:46:41 UTC 2011


The following commit has been merged in the master branch:
commit a98fef790a81d5a715c25a801d62dd54e4945d8f
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Tue Jun 28 17:45:43 2011 -0700

    Small visual enhancements
    
      * Do not show points explicitly, they are too close to each other.
      * Update legend

diff --git a/chart.js b/chart.js
index fdc68a1..b4ec0ed 100644
--- a/chart.js
+++ b/chart.js
@@ -39,7 +39,7 @@ $(function() {
     });
 
     var ideal_line = {
-      label: "Pending - ideal",
+      label: "Ideal progress",
       data: [[initial_date, maximum_pending],[WHEEZY_FREEZE_DATE, 0]],
       color: "#eeeeec",
       points : { show: false },
@@ -54,7 +54,7 @@ $(function() {
         { label: "Done", data: done, color: "#4e9a06" }
       ],
       {
-        series: { points: { show: true }, lines: { show: true } },
+        series: { points: { show: false }, lines: { show: true } },
         grid: { hoverable: true },
         xaxis: {
           min: initial_date.getTime() - ONE_MONTH,
diff --git a/index.html b/index.html
index db7fe55..9f71deb 100644
--- a/index.html
+++ b/index.html
@@ -13,9 +13,10 @@
       <li>Y axis displays the number of binary packages in each category:
       <ul>
         <li>Pending: packages using old policy</li>
+        <li>Ideal progress: if the "Pending" line is below this one, we are good.</li>
         <li>Done: packages using <a href='http://wiki.debian.org/Teams/Ruby/RubyInWheezy'>new policy</a></li>
       </ul>
-      <li>Pass the mouse pointer over a point to see it's exact Y value</li>
+      <li>Pass the mouse pointer over the lines to see precise Y values at a given point in time</li>
       </li>
       <li><a href='details.html'>See the details of the current state</a></li>
     </ul>

-- 
wheezy-transition-tracker.git



More information about the Pkg-ruby-extras-commits mailing list