Title: [129816] trunk/PerformanceTests
Revision
129816
Author
rn...@webkit.org
Date
2012-09-27 16:35:44 -0700 (Thu, 27 Sep 2012)

Log Message

Unreviewed. Minor appearance tweaks after r129813.

* resources/results-template.html:

Modified Paths

Diff

Modified: trunk/PerformanceTests/ChangeLog (129815 => 129816)


--- trunk/PerformanceTests/ChangeLog	2012-09-27 23:30:55 UTC (rev 129815)
+++ trunk/PerformanceTests/ChangeLog	2012-09-27 23:35:44 UTC (rev 129816)
@@ -1,5 +1,11 @@
 2012-09-27  Ryosuke Niwa  <rn...@webkit.org>
 
+        Unreviewed. Minor appearance tweaks after r129813.
+
+        * resources/results-template.html:
+
+2012-09-27  Ryosuke Niwa  <rn...@webkit.org>
+
         Results page should warn about time-dependent distributions
         https://bugs.webkit.org/show_bug.cgi?id=97818
 

Modified: trunk/PerformanceTests/resources/results-template.html (129815 => 129816)


--- trunk/PerformanceTests/resources/results-template.html	2012-09-27 23:30:55 UTC (rev 129815)
+++ trunk/PerformanceTests/resources/results-template.html	2012-09-27 23:35:44 UTC (rev 129816)
@@ -247,7 +247,8 @@
     lines: { show: false },
     points: { show: true },
     grid: {
-        borderWidth: 2,
+        borderWidth: 1,
+        borderColor: '#ccc',
         backgroundColor: '#fff',
         hoverable: true,
         autoHighlight: false,
@@ -259,7 +260,7 @@
     xaxis: { show: false },
     lines: { show: true },
     grid: { borderWidth: 1, borderColor: '#ccc' },
-    colors: ['#06f']
+    colors: [ plotColor ]
 };
 
 function createPlot(container, test) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to