| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client | |
| org.moxieapps.gwt.highcharts.client.plotOptions |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseChart.setFunnelPlotOptions(FunnelPlotOptions funnelPlotOptions)
Updates the options that all funnel type series within the chart will use by default.
|
| Modifier and Type | Method and Description |
|---|---|
FunnelPlotOptions |
FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels funnelDataLabels)
Convenience method for setting the 'dataLabels' plot option to a configuration object
that is more specific to funnel charts.
|
FunnelPlotOptions |
FunnelPlotOptions.setHeight(Number height)
Convenience method for setting the 'height' option of a funnel chart.
|
FunnelPlotOptions |
FunnelPlotOptions.setHeight(String height)
Convenience method for setting the 'height' option of a funnel chart.
|
FunnelPlotOptions |
FunnelPlotOptions.setNeckHeight(Number height)
Convenience method for setting the "height" option for the funnel plot options.
|
FunnelPlotOptions |
FunnelPlotOptions.setNeckHeight(String neckHeight)
Convenience method for setting the "height" option for the funnel plot options.
|
FunnelPlotOptions |
FunnelPlotOptions.setNeckWidth(Number neckWidth)
Convenience method for setting the "neckWidth" option for the funnel plot options.
|
FunnelPlotOptions |
FunnelPlotOptions.setNeckWidth(String neckWidth)
Convenience method for setting the "neckWidth" option for the funnel plot options.
|
FunnelPlotOptions |
FunnelPlotOptions.setWidth(Number width)
Convenience method for setting the "width" option for the funnel plot options.
|
FunnelPlotOptions |
FunnelPlotOptions.setWidth(String width)
Convenience method for setting the "width" option for the funnel plot options.
|
Copyright © 2015. All Rights Reserved.