I\'m creating charts with the Highcharts library and I wonder how to remove the 2 little buttons on the right corner which one you can print and download graphs and I\'d like to
exporting: { buttons: { contextButton: { enabled: false } } }
You have to disable only the contextButton.