ZoomCharts Documentation
FacetChart.settings.facetAxis.title
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
Text alignment.
The angle at which the label are rotated
Ratio between label sizes in different dimensions
Radius of item border. Similar to CSS border radius property. Zero radius will show a rectangle
Determines if the title is enabled.
Extra data associated with the label
Label image.
Slicing to use tiled images. Array of 4 values: [left, top, width, height]
Vertical space between the lines of text. In multiples of text line height.
Margin around label text
Maximum width of the label.
Padding between item content and item border.
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.
View section details
Text style including fill color and font.
Determines if the name
property from the data overrides the text
value in these settings.