summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <doanac@gmail.com>2012-01-23 12:17:13 -0600
committerAndy Doan <doanac@gmail.com>2012-01-23 12:17:13 -0600
commitd58da8338fca3a31e36edf1e34e5c8e66eb0cf8f (patch)
tree58e1c694d1cba408ccb28d291463330d41185764
parentb69ac2abe489066464682bdac741793c3debaeaa (diff)
downloadandroid_benchmark_views-d58da8338fca3a31e36edf1e34e5c8e66eb0cf8f.tar.gz
make report images bigger
the angled text makes labels take up more room than originally done. this gives us a little more room for the actual chart view
-rw-r--r--android_benchmark_views_app/templates/android_benchmark_views_app/report.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_benchmark_views_app/templates/android_benchmark_views_app/report.html b/android_benchmark_views_app/templates/android_benchmark_views_app/report.html
index 76a9aa5..6e02d0d 100644
--- a/android_benchmark_views_app/templates/android_benchmark_views_app/report.html
+++ b/android_benchmark_views_app/templates/android_benchmark_views_app/report.html
@@ -56,7 +56,7 @@
</tr>
{% endfor %}
</table>
- <div id="placeholder-{{combined_run.name}}" style="width:600px;height:300px"></div>
+ <div id="placeholder-{{combined_run.name}}" style="width:600px;height:350px"></div>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
var options = {