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
Try adding exporting: { enabled: false } to your chart generation.
exporting: { enabled: false }