ZoomCharts Documentation

Version: 1.21.13 (2026-02-03)
Switch to Version 2.0 (BETA)

FacetChart.settings.facetAxis.title

This section is defined by the type FacetChartSettingsFacetAxisTitleStyle.
Introduced in version 1.12.2.

Configures the title for the facet axis.

Note that the title shares space with the facet axis labels. You might need to increase the value of facetAxis.size property so that the labels are not hidden by the title.

Properties

align: "center" | "right" | "left"
Default value: "center"

Text alignment.

angle: number

The angle at which the label are rotated

aspectRatio: number
Default value: 0

Ratio between label sizes in different dimensions

View section details

Background style including fill color.

borderRadius: number

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

enabled: boolean
Default value: false

Determines if the title is enabled.

extra: any

Extra data associated with the label

forceNoWrap: boolean
image: string

Label image.

imageSlicing: [number, number, number, number]

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

lineSpacing: number
Default value: 0.2

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

margin: number

Margin around label text

maxWidth: number

Maximum width of the label.

minNonEllipsisWidth: number

The minimum space, in pixels, that a label must display before shortening the label with ellipsis is considered.

padding: number

Padding between item content and item border.

text: string

Specifies the default title that is used if the data does not define a name property.

Note that useFacetName property can be used to disable reading the name property so that this value is always used.

Inherited from: BaseSettingsLabelStyle
View section details

Text style including fill color and font.

useFacetName: boolean
Default value: true

Determines if the name property from the data overrides the text value in these settings.

X