score:15
Which version of Highcharts you are using? Which version of jQuery?
Currently is the v2.1.6, I recommend you use the latest release because they are continuously fixing bugs, adding new functionality, etc.
Prior to v2.0 there is no support to the exporting feature
The only things you need to do in order to bring the exporting module working are:
1- First: Add the js script after the highcharts script, like this:
...
<script type="text/javascript" src="../js/highcharts.js"></script>
<!-- 1b) Optional: the exporting module -->
<script type="text/javascript" src="../js/modules/exporting.js"></script>
...
The exporting module is enabled by default, so there is no need to have the code you posted, so you can remove it:
exporting{
enabled:true
}
2- Second: Be sure to publish the exporting-server/index.php
file correctly.
Here you have what the official documentation reads about the exporting module installation:
- Exporting module
From version 2.0 an exporting module is available for Highcharts, which allows users to download images or PDF's of your charts. This module consists of an extra JavaScript file, exporting.js, and a web service or server module written in PHP. Highslide Software offers the exporting web service free of charge. If you include the exporting module in your charts, two buttons will appear in the upper right. One button prints the chart, which is done on the client side only. The other button handles exporting. By default, an SVG representation of the chart is sent by POST to http://export.highcharts.com, where it is converted using Apache's Batik converter to PDF, PNG or JPEG.
See the navigation and exporting reference items for a full documentation for the options available. Also see under "Methods and Properties" in the reference for members releated to exporting.
Here you can see the configuration options regarding the exporting module: http://www.highcharts.com/ref/#exporting
Hope it helps you.
score:0
Make sure the script tag has
type="text/javascript"
Source: stackoverflow.com
Related Query
- Highcharts - Exporting Module
- angular2-highcharts Highcharts exporting module
- How to include highcharts exporting module when using webpack?
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- highcharts : set title on exporting
- highcharts organization chart is throwing error when loading module
- exporting highcharts polar chart to PDF with phantomjs
- How to change axis label size when exporting in Highcharts / Highstock
- How to fix "Property 'type' is missing in type but required in type 'SeriesXrangeOptions'" in angular highcharts module
- Exporting HighCharts chart specific height width
- Highcharts exporting functionality
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts exporting over HTTPS
- Exporting highcharts data to CSV file
- Highcharts - Global configuration with common code and unique data & Headings
- How to use Highcharts Drupal 7 module
- Highcharts chart redraw while exporting
- HighCharts exporting filename
- How to display a separating line in Highcharts exporting menu?
- HighCharts Stock Chart error code 18
- Loading 'theme' and 'exporting' module with Highcharts using Requirejs
- highcharts change rendered image source on click
- How can I get around "mixed active content" highcharts exporting error?
- Try to offline exporting to Highcharts
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Black image bug when exporting highcharts in Firefox
- Use of DotNet HighCharts dll to make charts in code behind
- Exporting with custom data label image in highcharts gantt
- Chart not exporting to XLS File - Highcharts
More Query from same tag
- Updating highcharts using ajax for Rails
- testing React Highcharts config object with formatter callback
- Manually set y-axis min and max value and zoom-in behaviour in Highcharts
- Highcharts-NG, change language
- Highcharts how to use column title as X axis and not as Legend
- Highcharts Gantt - Set max height and scrollbar on yAxis
- Why I cannot display less than 6 days?
- How to display HighCharts with tables
- HighCharts Multiseries binding
- Highcharts stacked column chart 3 level drilldown from JSON
- Highcharts -- how to change line width programmatically and prevent resetting line width?
- Highchart: How to calculate the distance between each bar in Bar chart
- Highchart is not showing in heroku, but works in local environment
- line fading while hovering on synchronized chart in highchart
- Remove UTC date from Highcharts tooltip
- Setting Highcharts color theme using CSS
- Highcharts downsampling - CSV
- Remove label from custom Highcharts drawing
- How can I update a total chart value in legendItemClick callback?
- Highstock setExtremes not working properly
- How to combine two bunch of data, into one chart in Highcharts?
- How to format Highcharts to get specific json data?
- Highcharts solidgauge default tooltip position
- JSON Serialization in JSON.Net giving me Object when I need an Array
- remove item from my export list highcharts
- Highcharts - Automatic min/max range is not set correctly for 'area' and 'column' fill types
- Change background color on HighCharts
- Uncaught TypeError: Cannot read property '0' of undefined - highcharts
- How to show tooltip of bars as default in highcharts gantt?
- Highcharts.js: Group some series but not others in bar chart