-
Notifications
You must be signed in to change notification settings - Fork 91
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
what i missed #18
Comments
what ever,i could not find the correct way to deal this problem |
at last,i use phantomjs to done the work,addr:https://github.com/highcharts/highcharts-export-server/tree/master/phantomjs |
This repo hasn't been touched in five years. I don't think you are going to get a response. |
@biggianteye although i also think so,but i stilled hoped i couldget more infomation from the author |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if i change highcharts.js to lastest version,It will throw exception like that:
org.mozilla.javascript.EcmaError: TypeError: Cannot find function attachEvent in object [object HTMLDocument]. (highcharts.src.js#14361)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3654)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3632)
at org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3660)
at org.mozilla.javascript.ScriptRuntime.typeError2(ScriptRuntime.java:3679)
at org.mozilla.javascript.ScriptRuntime.notFunctionError(ScriptRuntime.java:3743)
at org.mozilla.javascript.ScriptRuntime.getPropFunctionAndThisHelper(ScriptRuntime.java:2247)
at org.mozilla.javascript.ScriptRuntime.getPropFunctionAndThis(ScriptRuntime.java:2214)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3143)
at script(highcharts.src.js:14361)
at script(highcharts.src.js:14380)
at script(highcharts.src.js:13071)
at script(highcharts.src.js:12983)
at script(highcharts.src.js:12957)
at script.renderSVGFromObject(svg-renderer-highcharts.js:23)
at script.renderSVGFromJson(svg-renderer-highcharts.js:2)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2487)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at org.mozilla.javascript.Context$1.run(Context.java:504)
at org.mozilla.javascript.Context.call(Context.java:515)
at org.mozilla.javascript.Context.call(Context.java:502)
at org.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:1906)
so what shold i do when use the new version of highchart and export js
The text was updated successfully, but these errors were encountered: