adriancooney / aristochart

Sophisticated and simplified Javascript 2D line charts.
http://adriancooney.github.io/aristochart
247 stars 27 forks source link

Examples and Website Documentation Error #3

Closed Nessworthy closed 11 years ago

Nessworthy commented 11 years ago

Hi,

Looking through the website and examples, I keep encountering this JS Error: TypeError: code.innerText is undefined (Examples.js:10)

For me, this breaks all of the JS on the website.

adriancooney commented 11 years ago

Ah crap! I thought I had gone past this. For the longest time I thought the innerText property was the standard for setting the text content of an element but Firefox doesn't support it! textContent is the actual property that needs to be fixed. I get on that, thanks.

Nessworthy commented 11 years ago

Hurray for standardisation of browsers!

adriancooney commented 11 years ago

Thanks!