-
Notifications
You must be signed in to change notification settings - Fork 118
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
Errors from canvas example #37
Comments
@russellbits Can you provide a reproducable example? Thanks |
I am currently having trouble reproducing this, but I'll try again in the next several days. |
I get it with just this code <script src='https://cdn.rawgit.com/nicgirault/circosJS/v2/dist/circos.js'></script>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In using your canvas example, I get
layout.selectAll('g').data(instance._layout.data).enter is not a function. (In 'layout.selectAll('g').data(instance._layout.data).enter()', 'layout.selectAll('g').data(instance._layout.data).enter' is undefined)
circos.js:7430
The text was updated successfully, but these errors were encountered: