You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varelem=d3.select("#charts").append("div");/* This works: */c3.generate({bindto: elem.node(),
...
}/* This doesn't, but should: */c3.generate({bindto: elem,
...
}
The text was updated successfully, but these errors were encountered:
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.
Use case:
The text was updated successfully, but these errors were encountered: