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

Subchart incompatible with intializing charts without "bindto" #1020

Open
mattty opened this issue Feb 23, 2015 · 1 comment
Open

Subchart incompatible with intializing charts without "bindto" #1020

mattty opened this issue Feb 23, 2015 · 1 comment
Labels
C-bug Category: This is a bug resolved maybe

Comments

@mattty
Copy link

mattty commented Feb 23, 2015

I use the solution outlined in #382 to render multiple charts on one page.

When experimenting with adding a subchart, I noticed that these seem to be incompatible.

When using the $('#id').append(chart.element); method, the subchart renders, but the event listeners that bind to the brushes are not bound correctly. Switching to the bindto method makes the bug disappear.

@masayuki0812
Copy link
Member

Thank you for reporting. You're right, and I fixed this issue by the commit above. I'll release this in the next version v0.4.11. Thanks!

@masayuki0812 masayuki0812 added C-bug Category: This is a bug resolved maybe labels May 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug resolved maybe
Projects
None yet
Development

No branches or pull requests

2 participants