Class: DomLabelMapOptions
Меньше 1 минуты
Class: DomLabelMapOptions
Labels map options for creation.
Properties
horizontalAlignment?
optional
horizontalAlignment:LabelAlignment
Alignment for label container.
maxLabelPointsCount?
optional
maxLabelPointsCount:number
Max visible label points on the screen when maxVisibleLabelsCount is not Infinity.
maxVisibleLabelsCount?
optional
maxVisibleLabelsCount:number
Max visible labels on the screen.
name
name:
string
Name of the labels map.
render()
render: (
container
,value
,color
,elNum
) =>void
Content render callback function.
Parameters
container
HTMLElement
value
any
color
string
elNum
number
Returns
void
updater()?
optional
updater: (container
,value
,color
,elNum
) =>void
Content updater callback function.
Parameters
container
HTMLElement
value
any
color
string
elNum
number
Returns
void
verticalAlignment?
optional
verticalAlignment:LabelAlignment
Alignment for label container.