fixed margin

Former-commit-id: 663ba726e4
master
parent 44f11b06fe
commit a3fb658a45
  1. 2
      js/tsne_vis.js

@ -5293,8 +5293,6 @@ if (points.length) { // If points exist (at least 1 point)
wrapData2.push(data);
}
console.log(wrapData2)
var CategoryReplaced = Category;
wrapData2.sort(function(a, b){
if(a[CategoryReplaced] < b[CategoryReplaced]) { return -1; }

Loading…
Cancel
Save