trading-peter / chart-elements

Chart.js as Polymer Elements
https://robdodson.github.io/chart-elements
267 stars 70 forks source link

Doesn't Work #1

Closed gregpalaci closed 10 years ago

gregpalaci commented 10 years ago

'HTMLSourceElement.media' is deprecated. This attribute doesn't do anything. 'HTMLVideoElement.webkitDisplayingFullscreen' is deprecated. Please use the 'fullscreenchange' and 'webkitfullscreenchange' events instead. 'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Its value is true if the video is loaded. Uncaught RangeError: Maximum call stack size exceeded

piranha32 commented 10 years ago

Chrome displays "Uncaught RangeError: Maximum call stack size exceeded" error in polymer-element.js:173, Firefox 28 displays "SyntaxError: illegal character" in polymer.min.js:30

robdodson commented 10 years ago

Yeah sorry about that guys, I wrote this a while back and haven't maintained it. Seems like it's gotten picked up on the Twitters recently. I'll update and breathe new life into it.

gregpalaci commented 10 years ago

No worries Rob, it was featured in JS Weekly I think, totally the email newsletter people's fault for not bothering to test at all before featuring a library.