Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canvas-tools.js isn't supposed to be included in a script file? #34

Open
ddavydov opened this issue Apr 26, 2016 · 0 comments
Open

canvas-tools.js isn't supposed to be included in a script file? #34

ddavydov opened this issue Apr 26, 2016 · 0 comments

Comments

@ddavydov
Copy link

I'm getting same js error as described here:
http://stackoverflow.com/questions/16149147/highcharts-canvas-tools-cannot-read-property-prototype-of-undefined/24334591#24334591

The scripts are included in the following order:

#= require highstock-release/highstock
#= require highstock-release/modules/exporting
#= require highstock-release/modules/canvas-tools
#= require export-csv/export-csv
#= require jspdf/dist/jspdf.min
#= require highcharts-export-clientside/highcharts-export-clientside

As it's noted here canvas-tools.js isn't supposed to be included in a script file. But if I don't include it manually(expecting it will be lazy loaded by the highcharts) then exporting PNG or JPEG becomes unsupported.

Is there any solution to fix this?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant