nicgirault / circosJS

d3 library to build circular graphs
MIT License
505 stars 117 forks source link

D3.queue is not a function #72

Open lmalet opened 5 years ago

lmalet commented 5 years ago

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: d3.queue is not a function Somebody can tell me why it does that?

jyoonsong commented 5 years ago

CircosJS has dependency on d3-queue. You should include d3.queue by CDN or downloading this file.

Including information about dependencies in Readme.md would be a good idea.