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

bindto selection #715

Closed
jonashaag opened this issue Nov 14, 2014 · 2 comments
Closed

bindto selection #715

jonashaag opened this issue Nov 14, 2014 · 2 comments
Labels
C-feature-request Category: A feature request or an enhancement resolved maybe

Comments

@jonashaag
Copy link

Use case:

var elem = d3.select("#charts").append("div");

/* This works: */
c3.generate({
  bindto: elem.node(),
  ...
}

/* This doesn't, but should: */
c3.generate({
  bindto: elem,
  ...
}
@masayuki0812
Copy link
Member

Thank you for you suggestion. I agree with your idea because c3 is a d3 wrapper, so it can depend on it more. I updated and this will be released for the next version shortly.

@masayuki0812 masayuki0812 added C-feature-request Category: A feature request or an enhancement resolved maybe labels Nov 15, 2014
@masayuki0812
Copy link
Member

It's been released in v0.4.0, so please let me close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: A feature request or an enhancement resolved maybe
Projects
None yet
Development

No branches or pull requests

2 participants