diff options
Diffstat (limited to 'python/gras/query/chart_overall_throughput.js')
-rw-r--r-- | python/gras/query/chart_overall_throughput.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/gras/query/chart_overall_throughput.js b/python/gras/query/chart_overall_throughput.js index 280c10a..6d66e40 100644 --- a/python/gras/query/chart_overall_throughput.js +++ b/python/gras/query/chart_overall_throughput.js @@ -1,4 +1,4 @@ -function GrasChartOverallThroughput(args) +function GrasChartOverallThroughput(args, panel) { //save enables this.ids = args.block_ids; @@ -11,7 +11,7 @@ function GrasChartOverallThroughput(args) ); //make new chart - this.chart = new google.visualization.LineChart(args.panel); + this.chart = new google.visualization.LineChart(panel); this.title = "Overall Throughput vs Time in MIps"; this.history = new Array(); |