com.vaadin.flow.component.charts.model.
Class Navigation
All Implemented Interfaces:
A collection of options for buttons and menus appearing in the exporting module.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setButtonOptions
(ButtonOptions buttonOptions) A collection of options for buttons appearing in the exporting module.
void
setMenuItemHoverStyle
(Style menuItemHoverStyle) CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
void
setMenuItemStyle
(Style menuItemStyle) CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
void
setMenuStyle
(Style menuStyle) CSS styles for the popup menu appearing by default when the export icon is clicked.
-
Constructor Details
-
Navigation
public Navigation()
-
-
Method Details
-
getButtonOptions
See Also:
-
setButtonOptions
A collection of options for buttons appearing in the exporting module.
In styled mode, the buttons are styled with the
.highcharts-contextbutton
and.highcharts-button-symbol
class. -
getMenuItemHoverStyle
See Also:
-
setMenuItemHoverStyle
CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML.
Defaults to: { "background": "#335cad", "color": "#ffffff" }
-
getMenuItemStyle
See Also:
-
setMenuItemStyle
CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML.
Defaults to: { "padding": "0.5em 1em", "color": "#333333", "background": "none" }
-
getMenuStyle
See Also:
-
setMenuStyle
CSS styles for the popup menu appearing by default when the export icon is clicked. This menu is rendered in HTML.
Defaults to: { "border": "1px solid #999999", "background": "#ffffff", "padding": "5px 0" }
-