Skip to content
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

Questions about heatmap color configuration #54

Open
CodingRainbows opened this issue Dec 13, 2017 · 1 comment
Open

Questions about heatmap color configuration #54

CodingRainbows opened this issue Dec 13, 2017 · 1 comment

Comments

@CodingRainbows
Copy link

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 Uncaught TypeError: Cannot read property '0' of undefined"

@octopustail
Copy link

I met the same situation, then I found out it might be a problem with the circos.js file which I loaded in the HTML.
If you use the remote file(the one used in demo),
<script src='https://cdn.rawgit.com/nicgirault/circosJS/v2/dist/circos.js'></script> .
, when you init a heatmap, you will meet this error, Uncaught TypeError: Cannot read property '0' of undefined". But If you just load the file which was download by npm, everything works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants