Example usage for com.google.gwt.visualization.client.visualizations PieChart subclass-usage

List of usage examples for com.google.gwt.visualization.client.visualizations PieChart subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.visualization.client.visualizations PieChart subclass-usage.

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();