ZoomCharts Documentation

NetChart.settings.style.link.items

This section is defined by the type ItemsChartSettingsLinkItem.

Link item.

Properties

align: "center" | "right" | "left"
Default value: "left"
Inherited from: BaseSettingsLabelStyle

Text alignment.

angle: number
Inherited from: BaseSettingsLabelStyle

The angle at which the label are rotated

aspectRatio: number
Inherited from: BaseSettingsLabelStyle

Ratio between label sizes in different dimensions

Inherited from: BaseSettingsLabelStyle
View section details

Background style including fill color.

borderRadius: number
Inherited from: BaseSettingsLabelStyle

Radius of item border. Similar to CSS border radius property. Zero radius will show a rectangle

extra: any
Inherited from: BaseSettingsLabelStyle

Extra data associated with the label

hoverEffect: boolean
Introduced in version 1.16.0.

Whether to enlarge the item when its parent is being hovered.

image: string
Inherited from: BaseSettingsLabelStyle

Label image.

imageSlicing: [number, number, number, number]
Inherited from: BaseSettingsLabelStyle

Slicing to use tiled images. Array of 4 values: [left, top, width, height]

lineSpacing: number
Default value: 0.2
Inherited from: BaseSettingsLabelStyle

Vertical space between the lines of text. In multiples of text line height.

lx: number

Offset from link center along link direction. In pixels.

ly: number

Offset from link center perpendicular to link direction. In pixels.

margin: number
Inherited from: BaseSettingsLabelStyle

Margin around label text

maxWidth: number
Inherited from: BaseSettingsLabelStyle

Maximum width of the label.

padding: number
Inherited from: BaseSettingsLabelStyle

Padding between item content and item border.

px: number

Offset from link center along link direction. A fraction of link length. Value of -1 places the item at the start of the link. Value of 1 places the item at the end of the link.

py: number

Offset from link center perpendicularly to link direction. A fraction of link radius.

scale: number

How much larger or smaller the item should be drawn

scaleWithSize: boolean

Whether to apply different scale according to initial size of the link or node.

scaleWithZoom: boolean

Whether to apply the scale if zoom changes. If false, the label size never changes.

text: string
Inherited from: BaseSettingsLabelStyle

Label text.

Inherited from: BaseSettingsLabelStyle
View section details

Text style including fill color and font.

width: number

How wide should the item be relative to the link length. 1 equals link length, 0 or not given uses default size calculation

X offset from link center in pixels.

Y offset from link center in pixels.

zIndex: number
Introduced in version 1.16.0.

Governs the order of item drawing. Items with negative zIndex will be drawn beneath its parent.

X