score:2

Use this

exporting: {
            buttons: {
                contextButton: {
                    menuItems: null,
                    onclick: function() {
                        this.exportChart();
                    }
                }
            }
        }

This will generate direct export button without any context menu

Check out this link

http://jsfiddle.net/HnGMZ/


Related Query

More Query from same tag