{{ target: series-map }}
Map.
Map is mainly used in the visualization of geographic area data, which can be used with visualMap component to visualize the data such as population distribution density in different areas.
Series of same map type will show in one map. At this point, the configuration of the first series will be used for the map configuration.
{{ use: partial-component-id( prefix = "#" ) }}
{{ use: partial-series-name() }}
{{ use: partial-colorby() }}
{{ use: geo-common( prefix = '#', inMap = true, labelMargin = true ) }}
{{ use: partial-coord-sys( seriesType = "map", coordSysDefault = "'geo'", geo = true ) }}
Value of multiple series with the same map type can use this option to get a statistical value.
Supported statistical methods:
'sum''average''max''min'
Show the symbol in related area (dot of series symbol). Available when legend component exists.
{{ use: partial-roam() }}
{{ use: partial-seriesLayoutBy() }}
{{ use: partial-datasetIndex() }}
{{ use: partial-series-group-id() }}
{{ use: partial-label-layout( prefix = "##" ) }}
{{ use: partial-label-line-desc() }}
{{ use: partial-label-line( prefix = '##', length2 = true, minTurnAngle = true, showAbove = true, smooth = true ) }}
{{ use: partial-1d-data-desc( name = "map" ) }}
The name of the map area where the data belongs to, such as 'China' or 'United Kingdom' .
The numerical value of this area.
{{ use: partial-data-group-id( prefix = '##' ) }}
{{ use: partial-data-child-group-id( prefix = '##' ) }}
Whether the are selected.
{{ use: partial-silent( prefix = "##", version = "5.6.0" ) }}
Style of item polygon
Color of the area.
{{ use: partial-color-desc() }}
{{ use: partial-item-style( prefix = '###' ) }}
{{ use: partial-label-desc() }}
{{ use: partial-label( prefix = "###", defaultPosition = "'bottom'", formatter = true, noAlign = true, noVerticalAlign = true, labelMargin = true ) }}
{{ use: partial-label-line-desc() }}
{{ use: partial-label-line( prefix = '###', length2 = true, minTurnAngle = true, showAbove = true, smooth = true ) }}
Emphasis state of specified region.
{{ use: partial-emphasis-disabled( prefix = "###" ) }}
{{ use: map-region-state( state = 'emphasis' ) }}
Select state of polygon.
{{ use: partial-select-disabled( prefix = "###" ) }}
{{ use: map-region-state( state = 'select' ) }}
{{ use: partial-tooltip-in-series-data() }}
{{ use: partial-marker( prefix = "#", seriesType = "map", hasCoord = true ) }}
{{ use: partial-silent( prefix = "#" ) }}
{{ use: partial-universal-transition( prefix = "#" ) }}
{{ use: partial-tooltip-in-series() }}
{{ target: map-region-state }}
The color of the map area.
{{ use: partial-color-desc() }}
{{ use: partial-item-style( prefix = '####', hasInherit = ${state} === 'emphasis' ) }}
{{ use: partial-label( prefix = "####", formatter = true, noAlign = true, noVerticalAlign = true ) }}
{{ use: partial-label-line-desc() }}
{{ use: partial-label-line( prefix = '####' ) }}