function GrasChartAllocatorCounts(args, panel) { //input checking if (args.block_ids.length != 0) throw gras_error_dialog( "GrasChartAllocatorCounts", "Error making allocator counts chart.\n"+ "Do not specify any blocks for this chart." ); //settings this.div = $('
').attr({class:'chart_total_io_counts'}); $(panel).append(this.div); this.title = "Theron allocator counts" } GrasChartAllocatorCounts.prototype.update = function(point) { var ul = $('