Class Navigation

    • Constructor Detail

      • Navigation

        public Navigation()
    • Method Detail

      • setButtonOptions

        public void setButtonOptions​(ButtonOptions buttonOptions)

        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.

      • setMenuItemHoverStyle

        public 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. The menu items are rendered in HTML.

        Defaults to: { "background": "#335cad", "color": "#ffffff" }

      • setMenuItemStyle

        public void setMenuItemStyle​(Style menuItemStyle)
        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" }

      • setMenuStyle

        public void setMenuStyle​(Style menuStyle)
        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" }