nicgirault / circosJS

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

Problem with Histogram #80

Open gauriachalare123 opened 4 years ago

gauriachalare123 commented 4 years ago

I am trying to draw histogram with most of the data having difference (end- start) = 126, the histogram is not getting plotted. After manipulating data so that difference (end - start) > 1000000 I am able to see something. Does it need stat and end with some minimum difference to plot the histogram or heatmap?

mords94 commented 2 months ago

I had the same problem. Setting the min and the max value in the config solved it.