-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clip path code broken in latest master #789
Comments
Yes, I agree. |
I don't know if this is actually the fix you would like to see @gordonwoodhull , but I put in bigian's change in a PR as master is definitely broken for me without this so perhaps we should merge it in at least in the interim to a better solution? |
Just updating this issue ticket that my PR is now good to go. :) 👍 |
Just wanted to chime in: I get the same error when trying any version after early December. Without being familiar with the code, I tried to pinpoint the origin: |
fixed by #800 |
Since updating to master, I see the following error when displaying a chart:
Failed to execute query: '#1-clip' is not a valid selector.
I'm pretty sure this is due to pr #733
Digging a bit more, the issue is that the default anchor name starts with a number ... and DOM ids must start with a letter. Making the change below (i.e. changing '' in the last line to 'id') fixes the issue as the id now starts with a letter.
The text was updated successfully, but these errors were encountered: