circosJS icon indicating copy to clipboard operation
circosJS copied to clipboard

d3 library to build circular graphs

Results 59 circosJS issues
Sort by recently updated
recently updated
newest added

The installation section currently says to use `npm install --save circos` with no further instruction. Doing just this and then using Browserify to require circos results in the following error:...

I am trying to run the heatmap graph in the demo but with error about color configuration. But the highlight graph is ok with the color settings. The error is:"circos.js:13427...

Hello @nicgirault, Is there a way to implement normal **D3 zooming abilities** within Circos layouts? I'm using the Chords track similar to this example: https://github.com/nicgirault/circosJS/blob/master/doc/chords.png. I want to implement normal...

Hello @nicgirault and community, I've been working on wrapping CircosJS, to be used with the Python framework Dash (by @plotly). The application you are seeing is written fully in Python,...

I'm trying to make a Dash App with an included circos chart. I encountered several issues, but I finally solved them and then, out of nowhere, I have this message:...

I use circos.js as a smaller part of a large SVG construction. I cannot get circos to draw to an `` element despite the fact that `` elements can contain...

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

Hello @nicgirault , I used the example in README, but it didn't show anything in the browser. I am using the circos.js file from the dist folder. var myCircos =...

I have (only names) list of miRNAs and associated genes retrieved from targetscanHuman. What additional data is necessary to create a circos plot and how to create it? Is there...

Hi, Great project, In my project I need to have the svg created in my code vs. in the circosJS; Is there a way that I can bybass the creation...