| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseGaugePlotOptions<T extends BaseGaugePlotOptions>
A common base class for
GaugePlotOptions and SolidGaugePlotOptions 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 |
GaugePlotOptions
Represents the general plot options available for all gauge type series, which can be set either generically
on the chart via the
BaseChart.setGaugePlotOptions(GaugePlotOptions) )} method or directly on a
series via the Series.setPlotOptions(PlotOptions) method. |
class |
SolidGaugePlotOptions
Note that this series type requires the "solid-gauge.js" module.
|
Copyright © 2015. All Rights Reserved.