ZoomCharts Documentation

FacetChart.settings.toolbar.items.dropDownItems

This section is defined by the type BaseSettingsToolbarItemBase.

Properties

cssClass: string
Default value: null

CSS class name.

enabled: boolean
Default value: true
Introduced in version 1.15.0.

Determines if the toolbar item is rendered as disabled. Disabled item do not fire the onClick handler when clicked.

image: string
Default value: null

Item image, URL to image.

label: string
Default value: null

Item label

onClick: (event: MouseEvent, chart: BaseApi) => void
Default value: null

Function to execute on item click.

Parameters
event: MouseEvent
chart: BaseApi
title: string
Default value: null

Item title, shown on hover.

X