Skip to content

Commit

Permalink
fix inner radius default for insulin distribution pie
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cunningham committed Oct 19, 2019
1 parent 62b830f commit cf63611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/report_plugins/daytoday.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ daytoday.report = function report_daytoday (datastorage, sorteddaystoshow, optio
',' + (height / 2) + ')');

var arc = d3.arc()
.innerRadius(0)
.outerRadius(radius);

var pie = d3.pie()
Expand Down

0 comments on commit cf63611

Please sign in to comment.