t-viSNE: Interactive Assessment and Interpretation of t-SNE Projections https://doi.org/10.1109/TVCG.2020.2986996
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
t-viSNE/modules/d3-legend/bower.json

26 lines
408 B

{
"name": "d3-legend",
"main": "d3-legend.min.js",
"version": "1.0.0",
"homepage": "https://github.com/susielu/d3-legend",
"keywords": [
"d3",
"legend",
"data",
"visualization"
],
"authors": [
"Susie Lu"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"d3": "^4.3.0"
}
}