Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Mar 6, 2021
1 parent 847b208 commit bd3f3d6
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 102 deletions.
4 changes: 2 additions & 2 deletions 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.3.0
Version: 1.3.1
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
Expand Down Expand Up @@ -30,7 +30,7 @@ Encoding: UTF-8
LazyData: true
Imports:
htmltools,
htmlwidgets,
htmlwidgets (>= 1.5.3),
reactR,
shiny,
jsonlite,
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# rAmCharts4 1.3.1 (2021-03-06)

* Updated 'amcharts4'.
* Compliance with the new 'htmlwidgets' convention.


# rAmCharts4 1.3.0 (2021-01-11)

* New options for legends: `maxWidth`, `maxHeight`, and `scrollable`.
Expand Down
2 changes: 1 addition & 1 deletion R/internal.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Called by HTMLWidgets to produce the widget's root element.
#' @noRd
amChart4_html <- function(id, style, class, ...) {
widget_html.amChart4 <- function(id, style, class, ...) {
htmltools::tagList(
# Necessary for RStudio viewer version < 1.2
reactR::html_dependency_corejs(),
Expand Down
322 changes: 229 additions & 93 deletions inst/htmlwidgets/amChart4.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/htmlwidgets/amChart4.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.10.12",
"@amcharts/amcharts4": "^4.10.16",
"regression": "^2.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@amcharts/amcharts4@^4.10.12":
version "4.10.12"
resolved "https://registry.yarnpkg.com/@amcharts/amcharts4/-/amcharts4-4.10.12.tgz#ecec7c456a3840694c71854e2fc39b1c33d6ef18"
integrity sha512-TC3YQEiL+SA8YA9LtIIQlgCu+43TVeVXg2jAyZKr6Th3t5t04fFkT+NvNqN9/k312ud8RIipEtSG/6ozUFssuw==
"@amcharts/amcharts4@^4.10.16":
version "4.10.16"
resolved "https://registry.yarnpkg.com/@amcharts/amcharts4/-/amcharts4-4.10.16.tgz#6da21413d9c7190ab19e81339182a8044cc85546"
integrity sha512-RCXQ/7g6DXTQ2owEgDWojVD1FSe+6oiKeNWNxC9+miDNgX2OU/y2g8rDo65OXf5/7ZhD5uvu7msh/Ma4vw9EtA==
dependencies:
"@babel/runtime" "^7.6.3"
core-js "^3.0.0"
Expand Down

0 comments on commit bd3f3d6

Please sign in to comment.