score:1
Accepted answer
You have defined options for exporting
twice:
chart = Highcharts.chart({
exporting: {
"enabled": true
},
...,
exporting: {
enabled: false
},
...
});
Which results in disabled exporting. You just need to enable it.
Live demo: https://jsfiddle.net/BlackLabel/na5rc2s9/
API Reference: https://api.highcharts.com/highcharts/exporting.enabled
Source: stackoverflow.com
Related Articles
- Highcharts export button not showing (included the libraries etc)
- How to export CSV and XLS with external button in Highcharts
- How to format the export button in Highcharts
- Add Source to Highcharts Export CSV
- Export to CSV button outside chart using Highcharts
- Highcharts - Export button options offset using a little div
- Export button on highcharts to open new tab
- Highcharts SVG Export from Python Server Side Code
- Dynamically add and remove custom export button in highcharts
- Highcharts 3.0 - Renderer is covering the export button
- Toggle Show/Hide on Highcharts custom export button
- How to change export button to custom icon in highcharts
- Highcharts resize chart size using custom export button and replace expand and collapse button dynamically
- Add text over export button in Highcharts
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Highcharts Export PDF offline by clicking external button
- HighCharts Export burger menu not showing in AngularJS app
- Export Highcharts code from jsfiddle
- Highcharts export : button is missing when website on IIS server
- How to remove button from Highcharts
- Highcharts chart option backgroundColor:'transparent' showing black on IE 8
- Remove Export and print button plugin on highchart chart
- Export Highcharts to PDF (using javascript and local server - no internet connection)
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Highcharts Error #16: charts not showing on the same page
- Highcharts - export to base64
- How to export the whole page or html content with Highcharts not just the chart?
- Highcharts - Keep tooltip showing on click
- Tooltip on custom button in Highcharts
- Always showing tooltip on all columns in Highcharts
- The use of string argument in an "IF" statement
- R Shiny: setExtremes in Highcharts (rCharts) on page load
- How can I put total in the title highchart
- Android Highchart bar chart add a text below a bar
- How to add secondary y-axis to highcharts
- How do I toggle off some specified series by default in HighChart?
- Drill Down (Highcharts) not working in Angular 5
- Dynamically populated highcharts data and database storing
- How to set column colors, title colors , font size , font family in external css file for highcharts?
- Highcharts: Too many datapoints in scatter - only circles get rendered
- HighStock x-axis displays numbers when category length is less than max value
- Highchart data series filled with different colors
- Combination of Scatter HighChart with Polynomial Chart
- Can we control the Zoom Level when we click on the cluster in Highcharts?
- HighCharts: local variable not working in "data:"
- How can I add internal padding to the plot area of my highchart/highstock chart?
- Highcharts - Export with background color
- Highcharts dynamic-update example - adding 1 new value every second - without historic data
- Highcharts Bullet Chart with 2 x axes... possible?
- Highcharts How to display total of data classes in legend