git://git.webkit.org
/
WebKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
v3 UI should use four sig-figs to label y-axis of the main charts
[WebKit.git]
/
Websites
/
perf.webkit.org
/
public
/
v3
/
pages
/
page-with-charts.js
diff --git
a/Websites/perf.webkit.org/public/v3/pages/page-with-charts.js
b/Websites/perf.webkit.org/public/v3/pages/page-with-charts.js
index 98bb3b1b47cd9338390de4fb5a14d57f737d727f..f27d9ec68a37795b4f41d4ade481f8bded7c4642 100644
(file)
--- a/
Websites/perf.webkit.org/public/v3/pages/page-with-charts.js
+++ b/
Websites/perf.webkit.org/public/v3/pages/page-with-charts.js
@@
-108,6
+108,7
@@
class PageWithCharts extends PageWithHeading {
static mainChartOptions(valueFormatter)
{
var options = this.dashboardOptions(valueFormatter);
+ options.axis.yAxisWidth = 5;
options.selection = {
lineStyle: '#f93',
lineWidth: 2,