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 Query
- Highcharts export button not showing (included the libraries etc)
- Highcharts Error #16: charts not showing on the same page
- How to export the whole page or html content with Highcharts not just the chart?
- Why are the labels for my opposite yaxis in Highcharts not showing up?
- DataLabels in Highcharts are outside the container / not showing
- How to format the export button in Highcharts
- Fonts are not showing up in the Export server rendered files
- Negative values in the data not showing in highcharts linechart
- Highcharts : I am changing x-axis label, why are the label's not showing up?
- Highcharts donut pie not showing hover indicator if the slice color is white
- highcharts export server not working out of the box (Java)
- HighCharts title styles i.e textDecoration property not applying when we export the chart using canvg
- "viewFullscreen" menu item is not showing in the context menu of highcharts 6.2.0
- Highcharts 3.0 - Renderer is covering the export button
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- highcharts not showing the `column` bar
- Data not showing with the Timestamp Values : Highcharts
- Highcharts multiple yAxis, the second yAxis labels are not showing but the title is
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- HighCharts Export burger menu not showing in AngularJS app
- The graph is not equal on the basis of the addition code in Highcharts
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Highcharts area fillOpacity do not work when changing the color
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Highcharts Pie Chart Drilldown not showing on third drill
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- Highcharts line chart tooltips not showing correctly?
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Panning in Highcharts will not allow to go back to the max of the xAxis
- Highcharts spline chart points not showing unless zoomed in
More Query from same tag
- Highcharts month xAxis has uneven space after February column
- Highcharts: Generate chart from tables having linked data
- Highcharts - Disable the legend of secondary y axis by default
- Issue with Scroll bar in Hicharts/Histock chart
- Improve performance of Highcharts line chart
- Can we change highcharts legend to work as radio button instead of checkbox style?
- Highstock: how to define and make the x and y axes visible?
- Add animation to bar in data sorting bar chart Highcharts
- Highcharts area chart hide graphs with one data point
- How to email any chart using Highcharts?
- How to change the axis of Dual axes Graph
- (Very) hard to find Highcharts error
- Highcharts, have all but first series turned off on chart load
- Highcharts - kind of hack for stick plot timeseries
- Ruby on Rails: How to generate an array from records to display in Highcharts?
- Highcharts Solid Gauge Legend Symbol
- highmaps click on country and change its background color, Also remove the Series 1 from tooltips
- Highcharts: Bar with negative stack - Place title text at each side
- How to set reset zoom button and title to exactly center of the high charts
- Python: How to transform DF into Json series?
- How to avoid duplicate X time axis labels
- highcharts-react-official, how to implement setOptions from the official documentation, in react?
- Highcharts showing ticks number, instead of date
- Percentage for left style of a custom label in highcharts
- Highcharts renderer x and y different on Firefox vs Chrome
- Highcharts Drilldown upto n levels
- Highcharts callback function / handle datalabels and stacklabels
- Highcharts.js - Background color of axis only
- Rails production: javascript not working
- How to set multiple colors in one series in highchart