Vue VectorMap - layers.label

Specifies marker label options.

Type:

Object

A marker label is a text that accompanies a map marker. Usually, a marker label displays the name of a certain geographical point.

To specify a text to be used in a marker label, place it in a field of the marker object. After that, assign the name of this field to the label.dataField option. Finally, enable marker labels by assigning true to the label.enabled option.

dataField

The name of the data source attribute containing marker texts.

Type:

String

enabled

Enables marker labels.

Type:

Boolean

Default Value: true for markers; false for areas

font

Specifies font options for marker labels.

Type:

Object