mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
back to smaller treatment dots
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user