Custom Highcharts Context Menu Button Appearing in Every Chart on Page

前端 未结 4 1526
执笔经年
执笔经年 2021-01-12 10:37

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:

         


        
4条回答
  •  感动是毒
    2021-01-12 11:07

    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
        }
    

提交回复
热议问题