JavaScript/jQuery VectorMap - areaSettings.label.font
Use the font property instead.
Specifies font options for area labels.
Type:
color
Use the color property instead.
Specifies a font color for area labels.
Type:
Default Value: '#2b2b2b'
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
family
Use the family property instead.
Specifies a font family for area labels.
Type:
Default Value: '"Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif'
For details on acceptable values, refer to the Font family article.
opacity
Use the opacity property instead.
Specifies a font opacity for area labels.
Type:
Default Value: undefined
size
Use the size property instead.
Specifies the area labels' font size.
A numeric value specifies the font size in pixels. A string value can specify the font size in any units listed here, but multi-line text only supports length units.