* resources/results-template.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@129816
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2012-09-27 Ryosuke Niwa <rniwa@webkit.org>
+ Unreviewed. Minor appearance tweaks after r129813.
+
+ * resources/results-template.html:
+
+2012-09-27 Ryosuke Niwa <rniwa@webkit.org>
+
Results page should warn about time-dependent distributions
https://bugs.webkit.org/show_bug.cgi?id=97818
lines: { show: false },
points: { show: true },
grid: {
- borderWidth: 2,
+ borderWidth: 1,
+ borderColor: '#ccc',
backgroundColor: '#fff',
hoverable: true,
autoHighlight: false,
xaxis: { show: false },
lines: { show: true },
grid: { borderWidth: 1, borderColor: '#ccc' },
- colors: ['#06f']
+ colors: [ plotColor ]
};
function createPlot(container, test) {