no overlap

This commit is contained in:
Colin Megill
2021-07-23 13:29:27 -07:00
parent 7b01e9e67b
commit 7ab8a8894d
+2 -1
View File
@@ -24,11 +24,12 @@ const Dot = (props) => {
); /* SUM REMAINING ELEMENTS */
/* TODO(colinmegill) #632 scale between correct dimensions */
const paddingEquivalentToRowColumnIndexOffset = 0;
const paddingEquivalentToRowColumnIndexOffset = 8;
const dotscale = d3
.scaleLinear()
.domain([0, 1])
.range([0, rowColumnSize - paddingEquivalentToRowColumnIndexOffset]);
const _radius = dotscale(expressing / totalCells);
return (