Caleydo / taco

Comparative visualization of large tabular data using Phovea @JKU-ICG 💬 @thinkh @NChristina
http://taco.caleydo.org
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Calculate distance between circles on the timeline #12

Closed NChristina closed 7 years ago

NChristina commented 8 years ago
NChristina commented 8 years ago

Bug -> only when loading dataset "taco_server" or "tcga_sampled"

d3.js:670 Error: attribute cx: Expected length, "NaN".

thinkh commented 8 years ago

How do I reproduce the error? Just opening the datasets?

NChristina commented 8 years ago

yes, just loading the specific dataset "taco_server" or "tcga_sampled"

thinkh commented 8 years ago

TaCo test data sets have no inherent time aspect (in comparision to TCGA data). This is the reason why d.time is undefined and causes an error when you want to get the cx value. I set a fixed value of 60 if d.time is undefined.