- Update of the billboard.js library to 3.14.0 (see https://github.com/naver/billboard.js/releases).
- Update of the billboard.js library to 3.13.0 (see https://github.com/naver/billboard.js/releases).
set_theme()
: new theme modern available.
- 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
- 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.
- Update of the billboard.js library to 3.0.1, see the release note
- 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()
.
- Update of the billboard.js library to 1.12.8, see the release note.
bb_labs()
lower part of caption was cut and added argumentcaption_href
to add a link.
- 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.
- Upgrade billboard library to 1.10.0, see the release note
- Upgrade billboard library to 1.9.0, see the release note
- Bubbles (when using
size
aesthetic inbb_scatterplot
) are now computed in JavaScript, argumentrange
is deprecated.
- 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.
- Upgrade billboard library to 1.7.0 (new theme, multiple axes, normalized staking data), see the release note
- Upgrade billboard library to 1.6.2
- New function
set_theme
to choose global theme for charts.
- Upgrade billboard library to 1.5.1
- Support for radar chart:
bb_radarchart
. - Linked tooltip, see this Gist for a demo.
- Upgrade billboard library to 1.4.1
- Support for
area-line-range
andarea-spline-range
inbb_linechart
- Upgrade billboard library to 1.2.0, and D3V4 to 4.12.2
- New proxy methods :
bb_proxy_data_colors
andbb_proxy_data_names
. - New aesthetic for scatterplots :
size
, to make bubble clouds.
- New charts type : lollipop, histogram and density plot.
- More methods for proxy and more examples, see
proxy_example
for more details. - Upgrade to billboard.js 1.1.1.
- New functions
bbaes
andbb_aes
to map data on chart, see the corresponding vignette.