Please check the demo
Just click on the test button and I'm having the error 19. This wasn't happening in highcharts 2.xx
The error happen here:
if ((axis.max - axis.min) / axis.tickInterval > 2 * axis.len) {
error(19, true);
}
It happens also with latest version from here: http://github.highcharts.com/master/highcharts.src.js
Related
I tried to run this code but it doesn't work properly. It got stuck on line 3 and gives error "timeout, element not found".
ie.open g1ant.com
window ‴✱internet explorer✱‴
ie.waitforvalue script document.getElementsByClassName("footer_stuff").length expectedvalue 1
dialog ‴Page loaded!‴
ie.close
It's because "footer_stuff" class doesn't exist in g1ant.com page. Did you mean "footer"? Try the following code instead.
ie.waitforvalue script document.getElementsByClassName("footer").length expectedvalue 1
My high charts more is giving the following erro:
highcharts-more.js:29 Uncaught TypeError: I is not a function
I am calling the highcharts-more on the page with the folllowing:
https://code.highcharts.com/highcharts-more.js
I see that the highcharts-more file has been updated today. If I use the older version which is:
https://code.highcharts.com/4.2.2/highcharts-more.js
Then I start getting error in the solid-guage.js which is as follows:
solid-gauge.js:12 Uncaught TypeError: t is not a function
Plus the gayge fill color is not functioning properly as well.
Updating my local file highcharts.js to latest version solved the issue as, highcharts-more and solid-guage being called from website were updated to new versions along with highcharts.js.
I get the follow error messages running the
Dart Spectre example "line_primitive":
Invalid CSS property name: -webkit-touch-callout
Invalid CSS property name: flex-direction
Internal error:
'package:polymer/polymer_element.dart':
Error: line 140 pos 27: identifier 'mdv.bindModel' cannot be resolved
Timer.run(() => mdv.bindModel(root, this));
I downloaded and ran the example as is with no modifications.
Thanks
This is a known issue with the current (as of August 6th 2013) release of polymer and the SDK. The next release will include a fix for this. In the meantime you can download a nightly build http://www.dartlang.org/tools/editor/
Hi I want to use highcharts in my Windows 8 app (HTML5 and JavaScript) but...
Exception. line 35, column 471 en ms-appx://c4c6faa3-6deb-457c-a894-94774f7ba6a1/herramientas/estadistica/js/highcharts/highcharts.js
0x800a139e - Error in runtime in JavaScript: Highcharts error #13: www.highcharts.com/errors/13
The jquery library used is a modified version.
Basically I want to see this in my W8 app, but I can't.
Thanks.
Did make a Flash banner and it all works fine. But when I want to put with the rectangle tool a button over the whole banner and put in the action tab the code:
Symbol16.onRelease() {
getURL('http://www.domainname.nl/');
}
I will get an error:
Scene 1, Layer 'Layer 5', Frame 1, Line 1 1086: Syntax error: expecting semicolon before leftbrace
I've already searched for many hours to the solution but couldn't find anything on the web.
Does anyone know how to solve this problem?
If more info is needed let me know.
You should add a method by this way:
Symbol16.onRelease = function() {
getURL('http://www.domainname.nl/');
}
You should change your script version if you are on ActionScript 3.0.
To do this press Ctrl+Shift+F12, Flash Tab → Script: ActionScript 2.0 → Press OK.