Class PolarAreaChartWidget

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>, IsChart, IsDatasetCreator<PolarAreaDataset>

    public class PolarAreaChartWidget
    extends AbstractChartWidget<PolarAreaChart>
    implements IsDatasetCreator<PolarAreaDataset>
    POLAR AREA chart GWT WIDGET implementation.
    Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
    This type of chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • PolarAreaChartWidget

        public PolarAreaChartWidget()
        Builds the object.
      • PolarAreaChartWidget

        protected PolarAreaChartWidget​(PolarAreaChart extendedChart)
        Builds the chart.
        This is must be extended for controller which are based on this chart.
        Parameters:
        extendedChart - new chart