Highcharts and Windows 8 app (WinJS) - highcharts

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.

Related

Inserting a TextBox causes 1004 error on iOS while works on Windows 10

I use a VBA macro for Excel (Office 365) that creates dynamically a text box. It works perfectly on Windows 10 but fails on iOS (Office 365 too).
Below I isolated the sample code where function ActiveSheet.OLEObjects.Add fails on iOS with the following error message: execution error 1004. Cannot insert object
Any hint is welcome
Sub AddTextBox()
Dim oTB, obj As Object
Set oTB = ActiveSheet.OLEObjects.Add(ClassType:="Forms.TextBox.1")
End Sub

Highcharts more and highcharts guage issue

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.

Polymer app won't load in Safari (pre-1.0)

A load of errors, and my app won't load. True on desktop (OSX El Capitan) and mobile (iOS9).
http://d.pr/i/1lvBa
Errors like:
TypeError: Attempting to change configurable attribute of unconfigurable property.
ReferenceError: Can't find variable: HTMLImports
(anonymous function)
atEndOfMicrotask
TypeError: document.registerElement is not a function. (In 'document.registerElement('polymer-element', {prototype: prototype})', 'document.registerElement' is undefined)
And more...
My Polymer (Dart) version is 0.16.3+3.
I assume you run into this issue https://github.com/dart-lang/polymer-dart/issues/538
It appears that problem is in outdated web_components, i got it all
working on iOS 9 and OSX 10.11 by overriding web_components in my yams
file by adding:
dependency_overrides: web_components: "^0.12.0+3"

highcharts error "undefined is not an object" when clicking a chart column in Safari

I have a highchart column chart that gives an error when clicking a column.
This occurs only in Safari on Max OS X, not in other browsers (including iPad)
The error is:
TypeError: 'undefined'is not an object (evaluating 'u.isList')
Can anyone tell me what happens? I'm not easily able to build a reproduceable jsFiddle...

Google Analytics tracking code on Rails app error pages

I put my Google Analytics tracking code in my layout file, this of course does not embed it in my error pages (404.html, 500.html)
How can I properly track error pages without repeating the code? Are rack-based Google Analytics plugins the way to go? Or is there another preferred way?
I had used this gem in the past https://github.com/leehambley/rack-google-analytics
Hmm. I've got the script in my footer and it seems to track 404 pages. Under content->content dill down:
1.
/content/
17,819 16,542 00:04:56 92.67% 88.91%
2.
/
2,640 1,629 00:04:42 66.39% 57.20%
3.
/404.html?page=/content/jett-east&from=
110 105 00:01:26 93.33% 93.64%
4.
/user
68 41 00:00:59 0.00% 5.88%
5.
/user/
66 26 00:01:52 0.00% 9.09%
6.
/404.html?page=/content/tidewater&from=
9 7 00:04:11 33.33% 44.44%

Resources