Skip to content

Commit

Permalink
fix: fixed size is now defined within style in inches (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed May 7, 2024
1 parent 3374ba0 commit 461eaa1
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
config:
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: macos-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: 'release'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: ggiraph
Type: Package
Title: Make 'ggplot2' Graphics Interactive
Description: Create interactive 'ggplot2' graphics using 'htmlwidgets'.
Version: 0.8.10.001
Version: 0.8.10.003
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "david.gohel@ardata.fr"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# ggiraph 0.8.10

## Issues

- fixed size is now defined within style in inches, the size is now as expected.

## Feature

- support trailing commas everywhere
- Update to tinyxml2 10.0.0

# ggiraph 0.8.9

Expand Down
1 change: 0 additions & 1 deletion R/element_interactive.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ element_interactive <- function(element_func,
#' @param label The text for the label (scalar character)
#' @param ... any of the [interactive_parameters].
#' @return an interactive label object
#' @inheritParams rlang list2
#' @export
#' @examples
#' library(ggplot2)
Expand Down
8 changes: 4 additions & 4 deletions inst/htmlwidgets/girafe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ dependencies:
src: htmlwidgets/lib/save-svg-as-png-1.4.17
script: save-svg-as-png.min.js
- name: flatbush
version: 4.0.0
src: htmlwidgets/lib/flatbush-4.0.0
version: 4.4.0
src: htmlwidgets/lib/flatbush-4.4.0
script: flatbush.min.js
- name: ggiraphjs
version: 0.4.6
src: htmlwidgets/lib/ggiraphjs-0.4.6
version: 0.8.10
src: htmlwidgets/lib/ggiraphjs-0.8.10
script: ggiraphjs.min.js
stylesheet: ggiraphjs.min.css
2 changes: 1 addition & 1 deletion inst/htmlwidgets/lib/d3-lasso-0.0.5/d3-lasso.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion inst/htmlwidgets/lib/flatbush-4.0.0/flatbush.min.js

This file was deleted.

1 change: 1 addition & 0 deletions inst/htmlwidgets/lib/flatbush-4.4.0/flatbush.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion inst/htmlwidgets/lib/ggiraphjs-0.4.6/ggiraphjs.min.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions inst/htmlwidgets/lib/ggiraphjs-0.8.10/ggiraphjs.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 461eaa1

Please sign in to comment.