public interface SeriesWordcloudOptions extends PlotWordcloudOptions, SeriesOptions
wordcloud
series. If the type option is not specified, it is
inherited from chart.type.
Configuration options for the series are given in three levels:
wordcloud
series are defined in plotOptions.wordcloud.
Modifier and Type | Interface and Description |
---|---|
static class |
SeriesWordcloudOptions.Type |
PlotWordcloudOptions.PointDescriptionFormatter
Modifier and Type | Method and Description |
---|---|
Array<Unknown> |
getData()
(Highcharts) An array of data points for the series.
|
SeriesWordcloudOptions.Type |
getType()
(Highcharts, Highstock, Highmaps) This property is only in TypeScript
non-optional and might be
undefined in series objects from unknown
sources. |
void |
setData(Array<Unknown> value)
(Highcharts) An array of data points for the series.
|
void |
setType(SeriesWordcloudOptions.Type value)
(Highcharts, Highstock, Highmaps) This property is only in TypeScript
non-optional and might be
undefined in series objects from unknown
sources. |
getAllowPointSelect, getAnimation, getAnimationLimit, getBorderColor, getBorderRadius, getBorderWidth, getClassName, getClip, getColor, getColorByPoint, getColorIndex, getColors, getCompareStart, getConnectors, getCropThreshold, getCursor, getDescription, getDragDrop, getEdgeWidth, getEnableMouseTracking, getEvents, getExposeElementToA11y, getKeys, getLabel, getLinkedTo, getMaxFontSize, getMinFontSize, getPlacementStrategy, getPoint, getPointDescriptionFormatter, getRotation, getSelected, getShowInLegend, getSkipKeyboardNavigation, getSpiral, getStates, getStickyTracking, getStyle, getTooltip, getTurboThreshold, getVisible, getZIndex, setAllowPointSelect, setAnimation, setAnimationLimit, setBorderColor, setBorderRadius, setBorderWidth, setClassName, setClip, setColor, setColor, setColor, setColorByPoint, setColorIndex, setColors, setCompareStart, setConnectors, setCropThreshold, setCursor, setCursor, setDescription, setDragDrop, setEdgeWidth, setEnableMouseTracking, setEvents, setExposeElementToA11y, setKeys, setLabel, setLinkedTo, setMaxFontSize, setMinFontSize, setPlacementStrategy, setPoint, setPointDescriptionFormatter, setRotation, setSelected, setShowInLegend, setSkipKeyboardNavigation, setSpiral, setStates, setStickyTracking, setStyle, setTooltip, setTurboThreshold, setVisible, setZIndex
getId, getIndex, getLegendIndex, getMapData, getName, getStack, getXAxis, getYAxis, getZIndex, setId, setIndex, setLegendIndex, setMapData, setMapData, setName, setStack, setStack, setType, setXAxis, setXAxis, setYAxis, setYAxis, setZIndex
@Nullable Array<Unknown> getData()
wordcloud
series type, points can be given in the following ways:
name,weight
.(see online documentation for example)
void setData(Array<Unknown> value)
wordcloud
series type, points can be given in the following ways:
name,weight
.(see online documentation for example)
SeriesWordcloudOptions.Type getType()
undefined
in series objects from unknown
sources.getType
in interface SeriesOptions
void setType(SeriesWordcloudOptions.Type value)
undefined
in series objects from unknown
sources.Copyright © 2020. All rights reserved.