I have a page with several charts, and I need to be able to add specific options to the exporting context menu for each chart. This is the code I am using:
See the updated fiddle with result : http://jsfiddle.net/4uP5y/3/
You just needed to mark the newYork chart with exporting enabled false, like this :
exporting: { enabled: false }