Skip to content
Advertisement

Highcharts export button not showing (included the libraries etc)

I have tried several times using other examples available but still no luck here’s the code https://jsfiddle.net/mrbfqay6/ P.S: you just need to add a random amount in first input field and then click submit to generate graph. Thanks

JavaScript

chart = new Highcharts.Chart({

JavaScript

] });

}

Advertisement

Answer

You have defined options for exporting twice:

JavaScript

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

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement