| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client.labels |
| Modifier and Type | Class and Description |
|---|---|
class |
ProportionalDataLabels<T extends ProportionalDataLabels>
A configurable class that can be used to represent custom data label display options for pie charts and funnel charts, which
can then be set as the default data label display approach and applied to the ProportionalPlotOptions
(via the
FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels)
or PiePlotOptions.setPieDataLabels(PieDataLabels) methods). |
| Modifier and Type | Class and Description |
|---|---|
class |
FunnelDataLabels
A configurable class that can be used to represent custom data label display options for funnel charts, which
can then be set as the default data label display approach and applied to the FunnelPlotOptions
(via the
FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method). |
class |
PieDataLabels
A configurable class that can be used to represent custom data label display options for pie charts, which
can then be set as the default data label display approach and applied to the PiePlotOptions
(via the
PiePlotOptions.setPieDataLabels(PieDataLabels) method). |
class |
PyramidDataLabels
A configurable class that can be used to represent custom data label display options for funnel charts, which
can then be set as the default data label display approach and applied to the FunnelPlotOptions
(via the
FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method). |
Copyright © 2015. All Rights Reserved.