Skip to content

Commit

Permalink
Merge pull request #282 from SafetyGraphics/dev-v0.10.1
Browse files Browse the repository at this point in the history
v0.10.1
  • Loading branch information
Becca Krouse authored May 7, 2019
2 parents dc6e536 + 7315f9a commit 7d021e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: safetyGraphics
Title: Create Interactive Graphics Related to Clinical Trial Safety
Version: 0.10.0
Version: 0.10.1
Authors@R: c(
person("Jeremy", "Wildfire", email = "jeremy_wildfire@rhoworld.com", role = c("cre","aut")),
person("Becca", "Krouse", role="aut"),
Expand Down
4 changes: 2 additions & 2 deletions inst/htmlwidgets/eDISH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
script: webcharts.js
stylesheet: webcharts.css
- name: safety-eDish
version: 0.16.7
src: htmlwidgets/lib/safety-eDISH-0.16.7
version: 0.16.9
src: htmlwidgets/lib/safety-eDISH-0.16.9
script: safetyedish.js
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,8 @@
pointColor = chart.colorScale(raw[config.color_by]);
return disabled ? 'white' : pointColor;
})
.attr('stroke-width', 1);
.attr('stroke-width', 1)
.style('clip-path', null);
}

function clearParticipantDetails() {
Expand Down

0 comments on commit 7d021e5

Please sign in to comment.