summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-03-08 11:52:41 -0800
committerKonstantin Käfer <mail@kkaefer.com>2017-03-08 11:52:41 -0800
commitebd59ade1a583a9781ac80c636bba7e96a24abc5 (patch)
tree4639ade2babfed59302d8ecd5ec2ac125bef03d4
parent3093903fc632236e79d9fb7e0e59bc7b5fbd500a (diff)
downloadqtlocation-mapboxgl-ebd59ade1a583a9781ac80c636bba7e96a24abc5.tar.gz
show up to 9 MB
-rw-r--r--metrics/binary-size/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/metrics/binary-size/index.html b/metrics/binary-size/index.html
index 0574cd3bc4..07a67d0b83 100644
--- a/metrics/binary-size/index.html
+++ b/metrics/binary-size/index.html
@@ -79,12 +79,12 @@ function drawChart() {
legend: { position: 'in' },
pointsVisible: true,
vAxis: {
- ticks: [ 1e6, 1.5e6, 2e6, 2.5e6, 3e6, 3.5e6, 4e6, 4.5e6, 5e6, 5.5e6, 6e6, 6.5e6, 7e6, 7.5e6, 8e6 ],
+ ticks: [ 1e6, 1.5e6, 2e6, 2.5e6, 3e6, 3.5e6, 4e6, 4.5e6, 5e6, 5.5e6, 6e6, 6.5e6, 7e6, 7.5e6, 8e6, 8.5e6, 9e6 ],
gridlines: { color: '#999' },
minorGridlines: { count: 4, color: '#EEE' },
textPosition: 'out',
format: 'short',
- viewWindow: { min: 2.5e6, max: 8.0e6 }
+ viewWindow: { min: 2.5e6, max: 9e6 }
},
interpolateNulls: true
};