Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'isDatetime' of undefined #63

Closed
doc-l opened this issue Mar 10, 2017 · 1 comment
Closed

Cannot read property 'isDatetime' of undefined #63

doc-l opened this issue Mar 10, 2017 · 1 comment

Comments

@doc-l
Copy link

doc-l commented Mar 10, 2017

I think you can reproduce this if you rename a facet when it is in a plot

Uncaught TypeError: Cannot read property 'isDatetime' of undefined
    at initChart (http://nlesc.github.io/spot/app.js:4:27283)
    at update (http://nlesc.github.io/spot/app.js:4:29075)
    at child.update (http://nlesc.github.io/spot/app.js:5:244)
    at child.<anonymous> (http://nlesc.github.io/spot/app.js:4:17620)
    at Object.triggerEvents (http://nlesc.github.io/spot/app.js:8:14517)
    at child.trigger (http://nlesc.github.io/spot/app.js:8:13138)
    at child.filter.getData (http://nlesc.github.io/spot/app.js:5:19090)
    at http://nlesc.github.io/spot/app.js:5:19495
    at Array.forEach (native)
    at child.Collection.(anonymous function) (http://nlesc.github.io/spot/app.js:8:2713)
@jiskattema
Copy link

Fixed by disabling facet editing for datasets that are in use.
However, the current setup with a dataview that combines datasets needs more explanation / documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants