Skip to contents

billboarder 0.4.2

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

billboarder 0.4.1

CRAN release: 2023-09-29

  • 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

billboarder 0.4.0

CRAN release: 2023-01-08

  • 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 0.3.1

CRAN release: 2021-03-27

  • Update of the billboard.js library to 3.0.1, see the release note

billboarder 0.3.0

CRAN release: 2021-02-11

billboarder 0.2.9

  • Update of the billboard.js library to 1.12.8, see the release note.
  • bb_labs() lower part of caption was cut and added argument caption_href to add a link.

billboarder 0.2.8

CRAN release: 2020-01-09

billboarder 0.2.7

CRAN release: 2019-08-21

Breaking changes

  • Bubbles (when using size aesthetic in bb_scatterplot) are now computed in JavaScript, argument range is deprecated.

billboarder 0.2.6

CRAN release: 2019-05-07

  • 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.

billboarder 0.2.5

CRAN release: 2019-01-03

  • Upgrade billboard library to 1.7.0 (new theme, multiple axes, normalized staking data), see the release note

billboarder 0.2.4

CRAN release: 2018-10-08

  • Upgrade billboard library to 1.6.2
  • New function set_theme to choose global theme for charts.

billboarder 0.2.3

CRAN release: 2018-08-07

  • Upgrade billboard library to 1.5.1
  • Support for radar chart: bb_radarchart.
  • Linked tooltip, see this Gist for a demo.

billboarder 0.2.2

CRAN release: 2018-05-29

  • Upgrade billboard library to 1.4.1
  • Support for area-line-range and area-spline-range in bb_linechart

billboarder 0.2.1

CRAN release: 2018-01-28

  • Upgrade billboard library to 1.2.0, and D3V4 to 4.12.2
  • New proxy methods : bb_proxy_data_colors and bb_proxy_data_names.
  • New aesthetic for scatterplots : size, to make bubble clouds.

billboarder 0.1.0

CRAN release: 2017-10-20

  • 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 and bb_aes to map data on chart, see the corresponding vignette.