summaryrefslogtreecommitdiff
path: root/python/gras/stats/chart_overall_throughput.js
diff options
context:
space:
mode:
Diffstat (limited to 'python/gras/stats/chart_overall_throughput.js')
-rw-r--r--python/gras/stats/chart_overall_throughput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/stats/chart_overall_throughput.js b/python/gras/stats/chart_overall_throughput.js
index 7e049d2..4947479 100644
--- a/python/gras/stats/chart_overall_throughput.js
+++ b/python/gras/stats/chart_overall_throughput.js
@@ -38,7 +38,7 @@ GrasChartOverallThroughput.prototype.update = function(point)
var chart_data = google.visualization.arrayToDataTable(data_set);
var options = {
- width:$('#page').width()*0.4,
+ width:GRAS_CHARTS_STD_WIDTH*2,
chartArea:{left:0,top:0,right:0,bottom:0,width:"100%",height:"85%"},
legend: {'position': 'bottom'},
};