summaryrefslogtreecommitdiff
path: root/python/gras/query/chart_overhead_compare.js
diff options
context:
space:
mode:
Diffstat (limited to 'python/gras/query/chart_overhead_compare.js')
-rw-r--r--python/gras/query/chart_overhead_compare.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/query/chart_overhead_compare.js b/python/gras/query/chart_overhead_compare.js
index c373142..f4771b6 100644
--- a/python/gras/query/chart_overhead_compare.js
+++ b/python/gras/query/chart_overhead_compare.js
@@ -14,6 +14,7 @@ function GrasChartOverheadCompare(args)
this.chart = new google.visualization.PieChart(args.panel);
this.title = "Overhead Comparison";
+ this.default_width = GRAS_CHARTS_STD_WIDTH;
}
GrasChartOverheadCompare.prototype.update = function(point)
@@ -29,7 +30,6 @@ GrasChartOverheadCompare.prototype.update = function(point)
var data = google.visualization.arrayToDataTable(data_set)
var options = {
- width:GRAS_CHARTS_STD_WIDTH,
chartArea:{left:5,top:0,right:5,bottom:0,width:"100%",height:"100%"},
};