diff options
Diffstat (limited to 'python/gras/stats/chart_overhead_compare.js')
-rw-r--r-- | python/gras/stats/chart_overhead_compare.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/stats/chart_overhead_compare.js b/python/gras/stats/chart_overhead_compare.js index 37a1350..c373142 100644 --- a/python/gras/stats/chart_overhead_compare.js +++ b/python/gras/stats/chart_overhead_compare.js @@ -29,7 +29,7 @@ GrasChartOverheadCompare.prototype.update = function(point) var data = google.visualization.arrayToDataTable(data_set) var options = { - width:$('#page').width()/5, + width:GRAS_CHARTS_STD_WIDTH, chartArea:{left:5,top:0,right:5,bottom:0,width:"100%",height:"100%"}, }; |