row2.addCell(new GridCell(table));
//report.getWebPage().addChildElement(table);
PieChart pie = new PieChart();
pie.setDataQuery(queryA);
//pie.setHeight(250);
//pie.setWidth(300);
pie.setThreeDimensional(true);
pie.setValueColumn(col3a);
pie.setNameColumn(col1a);
pie.setTitle("Vote Summary");
row2.addCell(new GridCell(pie));
/* create and add a map */
Map m = new Map();