Skip to content

Commit

Permalink
prepare CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 8, 2020
1 parent 61c7462 commit 8e27a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2.7.980
Version: 0.2.8
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")),
person("Fanny", "Meyer", email = "[email protected]", role = c("aut")),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
billboarder 0.2.8
==================

* Update of the billboard.js library to 1.11.0, see the [release note](https://medium.com/@alberto.park/billboard-js-1-11-0-release-lazy-render-new-textoverlap-plugin-more-831e33efcbe5).
* Update of the billboard.js library to 1.11.1, see the [release note](https://medium.com/@alberto.park/billboard-js-1-11-0-release-lazy-render-new-textoverlap-plugin-more-831e33efcbe5).
* `bb_export()` : new function to export chart to PNG in Shiny applications with proxy or by adding a "download" button on the chart.
* `bb_linechart()` have two new arguments: `dasharray` (use dash in lines) and `width` to control lines size.
* New vignette to describe lines options, use `vignette("lines-options", package = "billboarder")` to display it.



billboarder 0.2.7
==================

Expand Down

0 comments on commit 8e27a7c

Please sign in to comment.