VCG / upset

UpSet - Visualizing Intersecting Sets
http://vcg.github.io/upset
MIT License
228 stars 64 forks source link

Change dataset identifiers from random numbers to dataset urls #214

Open alexsb opened 10 years ago

alexsb commented 10 years ago

Currently the datasets are assigned a number based on when they are loaded. The parallel loading, however, makes this numbering undeterministic, thus we can't link directly to a dataset.

We should replace this number with the url of the json file.