List of usage examples for com.google.gwt.visualization.client.visualizations PieChart subclass-usage
From source file com.tasktop.c2c.server.profile.web.ui.client.graphs.CommitsByAuthorPieChart.java
/** * A summary pie chart of commits by author. */ public class CommitsByAuthorPieChart extends PieChart { private ProfileMessages profileMessages = AppGinjector.get.instance().getProfileMessages();
From source file com.tasktop.c2c.server.profile.web.ui.client.graphs.TaskSummaryPieChart.java
/** * A summary pie chart of open tasks by severity. */ public class TaskSummaryPieChart extends PieChart { private ProfileMessages profileMessages = AppGinjector.get.instance().getProfileMessages();