exporting: {
menuItemDefinitions: {
// Custom definition
label: {
onclick: function () {
this.renderer.label(
'Меню',
100,
100
)
.attr({
fill: '#a4edba',
r: 5,
padding: 10,
zIndex: 10
})
.css({
fontSize: '1.5em'
})
.add();
},
text: 'Show label'
}
},
buttons: {
contextButton: {
menuItems: ['downloadPNG', 'downloadSVG', 'downloadPDF', 'downloadCSV', 'separator', 'label']
}
}
}