Skip to content

Commit

Permalink
pass additional arguments through to r2d3::r2d3() as a list of opti…
Browse files Browse the repository at this point in the history
…ons (#47)
  • Loading branch information
cjyetman committed Jul 9, 2024
1 parent 3ad867f commit 0007178
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/exposure_map_chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exposure_map_chart <-
width = width,
height = height,
container = "div",
...
options = list(...)
)
}

Expand Down
2 changes: 1 addition & 1 deletion R/exposure_pie_chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exposure_pie_chart <-
width = width,
height = height,
container = "div",
...
options = list(...)
)
}

Expand Down
2 changes: 1 addition & 1 deletion R/peer_comparison_chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ peer_comparison_chart <-
width = width,
height = height,
container = "div",
...
options = list(...)
)
}

Expand Down
2 changes: 1 addition & 1 deletion R/tech_exposure_chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tech_exposure_chart <-
width = width,
height = height,
container = "div",
...
options = list(...)
)
}

Expand Down
2 changes: 1 addition & 1 deletion R/trajectory_alignmemt_chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trajectory_alignment_chart <-
width = width,
height = height,
container = "div",
...
options = list(...)
)
}

Expand Down

0 comments on commit 0007178

Please sign in to comment.