| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMapOptions<T extends BaseMapOptions>
A common base class for
HeatmapPlotOptions and other map plot types 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 |
HeatmapPlotOptions
represents the general plot options available for all heatmap type series, which can be set wither generically on
the chart via the
BaseChart.setHeatmapPlotOptions(HeatmapPlotOptions) method or directly on a series via the
Series#setPlotOptions(PlotOptions
Note that these options are only needed if you want to specifically control the general options for all heatmap type
series in the entire chart. |
class |
TreemapPlotOptions
Represents the general plot options available for all treemap type series, which can be set either generically
on the chart via the
BaseChart.setTreemapPlotOptions(TreemapPlotOptions) method or directly on a
series via the Series.setPlotOptions(PlotOptions) method. |
Copyright © 2015. All Rights Reserved.