ZoomCharts Documentation
ZoomCharts.Configuration.ItemsChartSettingsMenuButton
Describes a custom button that is added to the menu.
Methods
Properties
The CSS class that is applied to the HTML link element (the button).
The callback that will be invoked when the menu is clicked.
Parameters
The link or node for which the button is being created.
The callback that will be invoked when the menu button is first created for the particular object.
Parameters
The link or node for which the button is being created.
The callback that will be invoked when the menu is being opened after creation. The callback is also invoked for every button after any menu button is clicked.
Parameters
The link or node for which the button is being created.
The text (HTML is supported) that is displayed within the button.
Tooltip that is displayed while hovering over the button. Leaving null
uses text
.