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
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.
The text was updated successfully, but these errors were encountered:
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 thebindto
method makes the bug disappear.The text was updated successfully, but these errors were encountered: