summaryrefslogtreecommitdiff
path: root/python/gras/stats/chart_overall_throughput.js
blob: 04c532ebce01ebc990617a79b8fd3ae361a7cb5d (plain)
1
2
3
4
5
6
7
8
9
function GrasChartOverallThroughput(args)
{
    
}

GrasChartOverallThroughput.prototype.update = function(history)
{
    
};