Skip to content

Commit 847b208

Browse files
committed
version 1.3.0
1 parent 75f452d commit 847b208

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rAmCharts4
22
Title: Interface to the JavaScript Library 'amCharts 4'
3-
Version: 1.2.0.9000
3+
Version: 1.3.0
44
Authors@R: c(
55
person(given = "Stéphane",
66
family = "Laurent",

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rAmCharts4 1.2.0.9000 (xxx)
1+
# rAmCharts4 1.3.0 (2021-01-11)
22

33
* New options for legends: `maxWidth`, `maxHeight`, and `scrollable`.
44
* New chart: pie chart.

R/shiny.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,5 +348,5 @@ updateAmGaugeChart <- function(session, outputId, score){
348348
#' @export
349349
updateAmPieChart <- function(session, outputId, data){
350350
stopifnot(is.data.frame(data))
351-
session$sendCustomMessage(paste0(outputId, "pie"), score)
351+
session$sendCustomMessage(paste0(outputId, "pie"), data)
352352
}

0 commit comments

Comments
 (0)