@oncojs/survivalplot
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -174,7 +174,2 @@ 'use strict'; | ||
}); | ||
console.log('sampledDataPoints:', sampledDataPoints.length); | ||
console.log('rounded out donors:', (0, _lodash8.default)(donorsInRange, function (x) { | ||
return x.time; | ||
}).length - sampledDataPoints.length); | ||
console.log('hidden donors:', donorsInRange.length - sampledDataPoints.length); | ||
@@ -181,0 +176,0 @@ // Draw the data as an svg path |
@@ -192,5 +192,2 @@ import d3 from 'd3' | ||
var sampledDataPoints = uniqBy(donorsInRange, x => Math.round(x.time * granularityFactor)) | ||
console.log('sampledDataPoints:', sampledDataPoints.length); | ||
console.log('rounded out donors:', uniqBy(donorsInRange, x => x.time).length - sampledDataPoints.length); | ||
console.log('hidden donors:', donorsInRange.length - sampledDataPoints.length); | ||
@@ -197,0 +194,0 @@ // Draw the data as an svg path |
{ | ||
"name": "@oncojs/survivalplot", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"browser": true, | ||
@@ -5,0 +5,0 @@ "dependencies": { |
38739
364