Strabon
changeset 1198:faf2ee0185df
made the default size of the pie chart a bit larger (a.k.a gkoumoutsa)
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Tue Jul 09 19:13:01 2013 +0300 (2013-07-09) |
parents | 87598f13d5cf |
children | cbe4d2c6253b 29b9763c5db4 |
files | endpoint/WebContent/query.jsp |
line diff
1.1 --- a/endpoint/WebContent/query.jsp Tue Jul 09 18:58:34 2013 +0300 1.2 +++ b/endpoint/WebContent/query.jsp Tue Jul 09 19:13:01 2013 +0300 1.3 @@ -231,7 +231,7 @@ 1.4 out.println(request.getAttribute("response")); 1.5 %> 1.6 1.7 - var options = {'title':'Displaying results in chart','width':400, 'height':300}; 1.8 + var options = {'title':'Displaying results in chart','width':1000, 'height':1000}; 1.9 1.10 1.11 var chart = new google.visualization.PieChart(document.getElementById('chart_div'));