back to smaller treatment dots

This commit is contained in:
Scott
2017-10-19 20:12:53 -07:00
parent e499e9b567
commit 8f66f09f3a
+1 -1
View File
@@ -403,7 +403,7 @@ function init (client, d3) {
}
// R1 determines the size of the treatment dot
var R1 = Math.sqrt(2*carbsOrInsulin) / opts.scale
var R1 = Math.sqrt(carbsOrInsulin) / opts.scale
, R2 = R1
// R3/R4 determine how far from the treatment dot the labels are placed
, R3 = R1 + 8 / opts.scale