function GrasChartGlobalCounts(args, panel) { //input checking if (args.block_ids.length != 0) throw gras_error_dialog( "GrasChartGlobalCounts", "Error making global counts chart.\n"+ "Do not specify any blocks for this chart." ); //settings this.div = $('
').attr({class:'chart_total_counts'}); $(panel).append(this.div); this.title = "Global Counters"; this.counts_ul = $('