Releases: dreamRs/billboarder
Releases · dreamRs/billboarder
v0.5.0
v0.4.1
- New function
bb_treemapchart()
to draw treemap. - Update of the billboard.js library to 3.9.4.
- Update of the billboard.js library to 3.7.4, see the release note
v0.4.0
- Update of the billboard.js library to 3.6.3, see the release note
- Update of the billboard.js library to 3.5.1, see the release note
- Update of the billboard.js library to 3.4.0, see the release note
- Update of the billboard.js library to 3.2.0, see the release note
- Update of the billboard.js library to 3.1.1, see the release note
- Fixed bug with export outside shiny.
- Fixed a bug in
bb_scatterplot()
when groups have length one.
billboarder v0.3.1
- Update of the billboard.js library to 3.0.1, see the release note
CRAN version 0.3.0
- Update of the billboard.js library to 2.2.2, see the release note
- New theme available: datalab.
- New function
set_color_palette()
to define default colors used in charts. - It's now possible to use
aes()
directly to define mapping of aesthetics. - Deprecated
bb_proxy_transform()
.
CRAN version 0.2.8
- Update of the billboard.js library to 1.11.1, see the release note.
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) andwidth
to control lines size.- New vignette to describe lines options, use
vignette("lines-options", package = "billboarder")
to display it.
Cran version 0.2.7
- Upgrade billboard library to 1.10.0, see the release note
- Upgrade billboard library to 1.9.0, see the release note
CRAN version 0.2.6
- Upgrade billboard library to 1.8.0 (color on over, linear gradient for area charts, multiline text labels, bar width), see the release note
- New function bauge : a gauge that automatically updates itself in Shiny apps.
CRAN version 0.2.5
- Upgrade billboard library to 1.7.0 (new theme, multiple axes, normalized staking data), see the release note
- Bug vignette for CRAN
CRAN version 0.2.4
- Upgrade billboard library to 1.6.2 (see https://medium.com/@alberto.park/billboard-js-1-6-0-released-today-3b3d06857fed)
- New function
set_theme
to choose global theme for charts.