| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProportionalPlotOptions<T extends BaseProportionalPlotOptions>
A common base class for both
FunnelPlotOptions and PiePlotOptions to prevent code duplication
while still maintaining a cleaner way for the user to utilize the method chaining with the generics
in place. |
| Modifier and Type | Class and Description |
|---|---|
class |
FunnelPlotOptions
Represents the general plot options available for all funnel type series, which can be set either generically
on the chart via the
BaseChart.setFunnelPlotOptions(FunnelPlotOptions) )} method or directly on a
series via the Series.setPlotOptions(PlotOptions) method. |
class |
PiePlotOptions
Represents the general plot options available for all pie type series, which can be set either generically
on the chart via the
BaseChart.setPiePlotOptions(PiePlotOptions) )} method or directly on a
series via the Series.setPlotOptions(PlotOptions) method. |
class |
PyramidPlotOptions
Represents the general plot options available for all pyramid type series, which can be set either generically
on the chart via the
BaseChart.setPyramidPlotOptions(PyramidPlotOptions) )} method or directly on a
series via the Series.setPlotOptions(PlotOptions) method. |
| Modifier and Type | Method and Description |
|---|---|
BaseProportionalPlotOptions |
BaseProportionalPlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler pointLegendItemClickEventHandler)
Set a callback handler that will be invoked whenever the user clicks on the legend item points
in a pie or funnel series.
|
Copyright © 2015. All Rights Reserved.