exporting: { buttons: [ { text: 'Download', x: -82, symbolFill: '#B5C9DF', hoverSymbolFill: 'red', menuItems: [ { text: 'Print', onclick: function() { alert('blue menu 1'); } }, { text: 'Download as PNG', onclick: function() { alert('blue menu10000'); } } ] }, { text: 'Share', x: -10, symbolFill: '#B5C9DF', hoverSymbolFill: 'blue', menuItems: [{ text: 'Share on facebook', onclick: function() { alert('Facebook Share'); }}, { text: 'Share on twitter', onclick: function() { alert('Twitter share'); }} ]}] } exporting: { buttons: { contextButton: { menuItems: [{ text: 'Export to PNG (small)', onclick: function() { alert('EXPORT PNG small'); } }, { text: 'Export to PNG (large)', onclick: function() { alert('EXPORT PNG large'); }, separator: false }] }, testButton: { symbol: 'diamond', x: -62, symbolFill: '#B5C9DF', hoverSymbolFill: '#779ABF', _titleKey: 'printButtonTitle', menuItems: [{ text: 'Facebook', onclick: function() { alert('Facebook'); }, }, { text: 'Twitter', onclick: function() { alert('Twitter'); }, separator: false }] } } }