Skip to content

Commit

Permalink
Update of the billboard.js library to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 21, 2024
1 parent 97bca13 commit 8d2c1d2
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: billboarder
Title: Create Interactive Chart with the JavaScript 'Billboard' Library
Version: 0.4.1.9010
Version: 0.4.1.9100
Authors@R: c(
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
person("Fanny", "Meyer", role = "aut"),
Expand All @@ -17,7 +17,7 @@ Depends: R (>= 3.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Imports: htmlwidgets,
htmltools,
magrittr,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
billboarder 0.4.2
==================

* Update of the billboard.js library to 3.10.0.
* Update of the billboard.js library to 3.11.0.
* `set_theme()` : new theme modern available.


Expand Down
2 changes: 1 addition & 1 deletion R/billboarder.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ billboard_dependencies <- function() {
}
htmlDependency(
name = "billboard",
version = "3.10.2",
version = "3.11.0",
src = c(file = "htmlwidgets/lib"),
package = "billboarder",
script = "billboard/billboard.pkgd.min.js",
Expand Down
4 changes: 2 additions & 2 deletions inst/htmlwidgets/lib/billboard/billboard.min.css

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

6 changes: 2 additions & 4 deletions inst/htmlwidgets/lib/billboard/billboard.pkgd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/htmlwidgets/lib/billboard/datalab.min.css

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

Loading

0 comments on commit 8d2c1d2

Please sign in to comment.