public interface SeriesMapOptions extends PlotMapOptions, SeriesOptions
map
series. If the type option is not specified, it is
inherited from chart.type.
Configuration options for the series are given in three levels:
map
series are defined in plotOptions.map.
Modifier and Type | Interface and Description |
---|---|
static class |
SeriesMapOptions.Type |
PlotMapOptions.CompareBase, PlotMapOptions.DashStyle, PlotMapOptions.FindNearestPointBy, PlotMapOptions.GapUnit, PlotMapOptions.Linecap, PlotMapOptions.PointDescriptionFormatter, PlotMapOptions.PointIntervalUnit, PlotMapOptions.Stacking, PlotMapOptions.Step
Modifier and Type | Method and Description |
---|---|
Array<Unknown> |
getData()
(Highmaps) An array of data points for the series.
|
SeriesMapOptions.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)
(Highmaps) An array of data points for the series.
|
void |
setType(SeriesMapOptions.Type value)
(Highcharts, Highstock, Highmaps) This property is only in TypeScript
non-optional and might be
undefined in series objects from unknown
sources. |
getAllAreas, getAllowPointSelect, getAnimation, getAnimationLimit, getBoostThreshold, getBorderColor, getBorderWidth, getClassName, getClip, getColor, getColorAxis, getColorIndex, getCompare, getCompareBase, getCompareStart, getConnectEnds, getConnectNulls, getConnectors, getCropThreshold, getCursor, getDashStyle, getDataGrouping, getDataLabels, getDescription, getDragDrop, getEnableMouseTracking, getEvents, getExposeElementToA11y, getFindNearestPointBy, getGapSize, getGapUnit, getGetExtremesFromAll, getJoinBy, getKeys, getLabel, getLinecap, getLineWidth, getLinkedTo, getNavigatorOptions, getNegativeColor, getNullColor, getNullInteraction, getPoint, getPointDescriptionFormatter, getPointInterval, getPointIntervalUnit, getPointRange, getPointStart, getSelected, getShowCheckbox, getShowInLegend, getShowInNavigator, getSkipKeyboardNavigation, getSoftThreshold, getStacking, getStates, getStep, getStickyTracking, getThreshold, getTooltip, getTurboThreshold, getVisible, getZIndex, getZoneAxis, getZones, setAllAreas, setAllowPointSelect, setAnimation, setAnimation, setAnimationLimit, setBoostThreshold, setBorderColor, setBorderWidth, setClassName, setClip, setColor, setColor, setColor, setColorAxis, setColorIndex, setCompare, setCompareBase, setCompareStart, setConnectEnds, setConnectNulls, setConnectors, setCropThreshold, setCursor, setCursor, setDashStyle, setDataGrouping, setDataLabels, setDescription, setDragDrop, setEnableMouseTracking, setEvents, setExposeElementToA11y, setFindNearestPointBy, setGapSize, setGapUnit, setGetExtremesFromAll, setJoinBy, setKeys, setLabel, setLinecap, setLineWidth, setLinkedTo, setNavigatorOptions, setNegativeColor, setNegativeColor, setNegativeColor, setNullColor, setNullInteraction, setPoint, setPointDescriptionFormatter, setPointInterval, setPointIntervalUnit, setPointRange, setPointStart, setSelected, setShowCheckbox, setShowInLegend, setShowInNavigator, setSkipKeyboardNavigation, setSoftThreshold, setStacking, setStates, setStep, setStickyTracking, setThreshold, setTooltip, setTurboThreshold, setVisible, setZIndex, setZoneAxis, setZones
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()
map
series
type, points can be given in the following ways:
value
options. Example:(see online documentation for
example)
[hc-key, value]
. Example:(see online documentation for example)
void setData(Array<Unknown> value)
map
series
type, points can be given in the following ways:
value
options. Example:(see online documentation for
example)
[hc-key, value]
. Example:(see online documentation for example)
SeriesMapOptions.Type getType()
undefined
in series objects from unknown
sources.getType
in interface SeriesOptions
void setType(SeriesMapOptions.Type value)
undefined
in series objects from unknown
sources.Copyright © 2020. All rights reserved.