diff options
Diffstat (limited to 'python/gras/stats/chart_overall_throughput.js')
-rw-r--r-- | python/gras/stats/chart_overall_throughput.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gras/stats/chart_overall_throughput.js b/python/gras/stats/chart_overall_throughput.js index 13319ee..04c532e 100644 --- a/python/gras/stats/chart_overall_throughput.js +++ b/python/gras/stats/chart_overall_throughput.js @@ -2,3 +2,8 @@ function GrasChartOverallThroughput(args) { } + +GrasChartOverallThroughput.prototype.update = function(history) +{ + +}; |