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 find a container on the page matching "" #258

Closed
bobiblazeski opened this issue Jan 30, 2015 · 5 comments
Closed

cannot find a container on the page matching "" #258

bobiblazeski opened this issue Jan 30, 2015 · 5 comments

Comments

@bobiblazeski
Copy link

I got hundreds of weird messages in my console from d3plus though all my charts are removed from the current page.

cannot find a container on the page matching "".
d3plus.full.min.js:10 line 17881) of simoes_d3plus.js?886b3496825d338d84f2c7b893ac1de239aab6e1:43: Function.57.a.stack (http://localhost:3000/packages/simoes_d3plus.js?886b3496825d338d84f2c7b893ac1de239aab6e1:43:17881)
d3plus.full.min.js:10 documentation: https://github.com/alexandersimoes/d3plus/wiki/Container-Element

d3plus

I have a meteor single page application and I'm in a route that doesn't have any d3plus visualization, the charts are at the other routes.

@davelandry davelandry self-assigned this Jan 31, 2015
@davelandry davelandry removed their assignment Jun 16, 2015
@joaom182
Copy link

Hello @bobiblazeski, you discovered any workarround?

@aandis
Copy link

aandis commented Aug 2, 2016

Facing this.

@bobiblazeski
Copy link
Author

@joaom182 I believe rewrote the application somewhat later using React and I didn't had the problem anymore. Sorry I can't be more specific it has been a long time.

@aandis
Copy link

aandis commented Aug 3, 2016

I am using ember and this is happening even with latest version.

@aandis
Copy link

aandis commented Aug 9, 2016

A script deep down somewhere was modifying the id due to which d3plus couldn't find the specified element. I think the error message should be corrected to say

cannot find a container on the page matching <id>

Without that, it just looks like it's a bug in d3plus itself.

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

4 participants