Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Jan 11, 2021
1 parent 75f452d commit 847b208
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rAmCharts4
Title: Interface to the JavaScript Library 'amCharts 4'
Version: 1.2.0.9000
Version: 1.3.0
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rAmCharts4 1.2.0.9000 (xxx)
# rAmCharts4 1.3.0 (2021-01-11)

* New options for legends: `maxWidth`, `maxHeight`, and `scrollable`.
* New chart: pie chart.
Expand Down
2 changes: 1 addition & 1 deletion R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,5 @@ updateAmGaugeChart <- function(session, outputId, score){
#' @export
updateAmPieChart <- function(session, outputId, data){
stopifnot(is.data.frame(data))
session$sendCustomMessage(paste0(outputId, "pie"), score)
session$sendCustomMessage(paste0(outputId, "pie"), data)
}

0 comments on commit 847b208

Please sign in to comment.