Skip to content

Releases: dreamRs/billboarder

v0.4.1

29 Sep 15:28
Compare
Choose a tag to compare
  • 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

08 Jan 18:57
Compare
Choose a tag to compare
  • 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

31 May 09:01
Compare
Choose a tag to compare
  • Update of the billboard.js library to 3.0.1, see the release note

CRAN version 0.3.0

11 Feb 09:11
Compare
Choose a tag to compare
  • 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

15 Jan 07:39
Compare
Choose a tag to compare
  • 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) and width to control lines size.
  • New vignette to describe lines options, use vignette("lines-options", package = "billboarder") to display it.

Cran version 0.2.7

21 Aug 15:29
Compare
Choose a tag to compare

CRAN version 0.2.6

16 May 15:41
Compare
Choose a tag to compare
  • 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

16 Jan 13:16
Compare
Choose a tag to compare
  • 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

10 Oct 07:57
Compare
Choose a tag to compare

CRAN version 0.2.3

08 Aug 08:49
Compare
Choose a tag to compare
  • Upgrade billboard library to 1.5.1
  • Support for radar chart: bb_radarchart.
  • Linked tooltip, see this Gist for a demo.