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
- offset long series labels with lines
- Grey out item in Highcharts legend
- Highcharts getSVG() - Keep HTML formatting in legend
- Highcharts breaks up my data array in a strange way
- set series driildown data with looping from array
- jquery chart should show ticks labels without data
- how to remove scroll bar in drill down highchart
- Highcharts stacked bar chart Likert scale centering
- Converting Poloniex API Callback JSON into format suitable for Highcharts.Stockchart
- PHP and MySQL, get JSON data to feed HighCharts
- Show Date alongside OHLC values in candlestick chart
- How to pass custom data into Highcharts graph click event
- Using highcharts SvgRenderer class in angular 4
- Display overlapping ranges in columnrange chart stacked instead of overlapping
- Highcharts Stacked Area Data
- How to make Basic Line chart to show value
- Highlight border of plotband on mouseover
- how to show legend in PIE chart from chart to pie drilldown highcharts
- Highcharts - Can it do this type of graph?
- How do I increase the clickable area of a point in Highcharts so that whenever the point is 'active' a click can be recorded?
- How to change line color between points dynamically?
- High charts multiple values in X-axis
- highchart, TypeError: obj is null
- Highcharts stacked Funnel chart with horizontal stacking
- Displaying percentage inside pie item for highcharts
- HighCharts fitting long Y-axis labels
- Highcharts tooltip date format when using pointFormat
- Higchart to set hidden value
- Highcharts drilldown from a series
- Displaying marker with text in highchart gauge vuejs