Reputation: 14737
I think I am missing something.
I have a simple column chart. I have the following in the chart configuration:
exporting: {
enabled: false
},
On the chart, there is a little dropdown allowing me to download the chart as PDF. When I did that in Firefox, there is a popup window showing the name of the PDF file and export from http://export.highcharts.com
I have Firebug in my Firefox and I am unable to see any remote call in the Firebug console to export.highcharts.com. Why am I unable to see any remote call trace? I know I must miss something and thanks for letting me know what it is.
Regards.
Upvotes: 0
Views: 100
Reputation: 13482
Check the net panel on firebug for the remote calls. Double check that the net panel is enabled in the options menu
Upvotes: 1