-
Notifications
You must be signed in to change notification settings - Fork 87
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
Legend duplicated when data changes #49
Comments
yes, it does |
👍 |
Is there a correction for this problem? |
👍 |
I can solve this problem using this little hack in line 64 :
Hope this helps. |
👍 |
Can I make a pull request for this? I've used the correction proposed above and it worked well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried out the new legend functionality, which looks great; however, when the data changes, the legend is repeatedly being inserted into the DOM.
See https://github.com/lgsilver/angles/blob/0859278e0c09fc28c08f02d72d79341004f9afe3/angles.js#L64-65
The text was updated successfully, but these errors were encountered: