ZoomCharts Documentation

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

ZoomCharts.Configuration.BaseSettingsBreadcrumb

Methods

This type does not define any methods.

Properties

align: "left" | "right" | "center"

Breadcrumb alignment.

Valid values:
  • left
  • right
  • center
backgroundColor: string

Background color for the breadcrumb

borderRadius: number

Border radius for the background

cssClass: string

CSS class name for the breadcrumb HTML panel.

enabled: boolean

Show/hide breadcrumb.

font: string

Font specification for the breadcrumb text. Can include size and family (e.g., "12px Arial, sans-serif") or just family (e.g., "Arial, sans-serif"). If size is not specified, defaults to 12px. Allows customization of the font while preserving other font adjustments (e.g., bolding).

itemNameFunction: (defaultName: string, itemId: string, chart: any) => string
Parameters
defaultName: string
itemId: string
chart: any
Return value
Data type: string
location: "inside" | "outside"

Toolbar location inside chart.

Valid values:
  • inside - Inside chart area
  • outside - Outside of chart area
margin: number

Margin around the breadcrumb

padding: number

Padding inside the breadcrumb

separator: string

What symbol should be used to separate breadcrumb entries

separatorSpace: string

What character should be used for spacing the breadcrumb separators

side: "top" | "bottom" | "left" | "right"

Breadcrumb placement side.

Valid values:
  • top
  • bottom
  • left
  • right
textColor: string

Text color for the breadcrumb

X