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 circos.js as a smaller part of a large SVG construction. I cannot get circos to draw to an <svg> element despite the fact that <svg> elements can contain more <svg> elements. Since Circos.js is only looking for an "id" attribute, what is keeping it from using an <svg id="circos"> kind of tag as opposed to a <div>?
The text was updated successfully, but these errors were encountered:
I'll create a pull request. I think I can see where some changes need to be made. However, you don't have a webpack-dev-server or an express engine in your repository. How do you test your demo/ without a server—or do you just use Apache?
I use circos.js as a smaller part of a large SVG construction. I cannot get circos to draw to an
<svg>
element despite the fact that<svg>
elements can contain more<svg>
elements. Since Circos.js is only looking for an "id" attribute, what is keeping it from using an<svg id="circos">
kind of tag as opposed to a<div>
?The text was updated successfully, but these errors were encountered: