epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 279 forks source link

Uncaught TypeError: Cannot read property 'visible' of undefined(…) epoch.js:3024 #232

Closed webmutation closed 7 years ago

webmutation commented 7 years ago

I get this error whenever the chart is not visible... meaing is not in visible area, scroll up or down.

Uncaught TypeError: Cannot read property 'visible' of undefined(…) epoch.js:3024

ianchildress commented 7 years ago

What was the solution here?

webmutation commented 7 years ago

make sure the chart is visible added a check to that funcion, not really great solution... there should be a better fix but i did not tackle it.