Skip to content

Commit 554d192

Browse files
committed
NEWS
1 parent f392f22 commit 554d192

File tree

3 files changed

+81
-74
lines changed

3 files changed

+81
-74
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.5.0.9000
3+
Version: 1.6.0
44
Authors@R: c(
55
person(given = "Stéphane",
66
family = "Laurent",

NEWS.md

+71-64
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,71 @@
1-
# rAmCharts4 1.5.0 (2021-10-10)
2-
3-
* Fixed a bug: bullets were unresponsive on zooming.
4-
* New option "zoom buttons" for the line chart and the scatter chart.
5-
6-
7-
# rAmCharts4 1.4.1 (2021-09-30)
8-
9-
* Fixed a bug: `amPercentageBarChart` did not work with Shiny.
10-
* New function `updateAmPercentageBarChart`, to update the data of a 100%
11-
stacked bar chart in Shiny.
12-
* Enabled the data exporting (CSV, JSON, HTML).
13-
* Upgraded 'amcharts4'.
14-
15-
16-
# rAmCharts4 1.4.0 (2021-09-11)
17-
18-
Added the 100% stacked bar chart (`amPercentageBarChart`).
19-
20-
21-
# rAmCharts4 1.3.2 (2021-06-25)
22-
23-
* Updated 'amcharts4'.
24-
* Fixed bug #10 (chart did not dispose when using `renderUI`).
25-
26-
27-
# rAmCharts4 1.3.1 (2021-03-06)
28-
29-
* Updated 'amcharts4'.
30-
* Compliance with the new 'htmlwidgets' convention.
31-
32-
33-
# rAmCharts4 1.3.0 (2021-01-11)
34-
35-
* New options for legends: `maxWidth`, `maxHeight`, and `scrollable`.
36-
* New chart: pie chart.
37-
38-
39-
# rAmCharts4 1.2.0 (2020-11-27)
40-
41-
* Updated 'amcharts4'.
42-
* New option `colors` in `amStackedBarChart`, to set the colors of the bars.
43-
* Possibility to add horizontal lines or vertical lines to the charts (options
44-
`hline` and `vline`).
45-
* New chart: boxplot chart.
46-
47-
48-
# rAmCharts4 1.1.0 (2020-10-30)
49-
50-
* Updated 'amcharts4'.
51-
* New chart: stacked bar chart.
52-
* New function `updateAmBarChart`, to update the data of a bar chart in Shiny
53-
(vertical, horizontal, radial, or stacked bar chart).
54-
55-
56-
# rAmCharts4 1.0.0 (2020-10-01)
57-
58-
* Updated 'amcharts4'.
59-
* New chart: gauge chart.
60-
61-
62-
# rAmCharts4 0.1.0 (2020-08-24)
63-
64-
First release.
1+
# rAmCharts4 1.6.0 (2022-09-22)
2+
3+
* Upgraded 'amcharts4'.
4+
* It is now possible to turn off the animation of the graphics rendering.
5+
* The chart JavaScript object is now accessible with `htmlwidgets::onRender`.
6+
7+
8+
# rAmCharts4 1.5.0 (2021-10-10)
9+
10+
* Fixed a bug: bullets were unresponsive on zooming.
11+
* New option "zoom buttons" for the line chart and the scatter chart.
12+
13+
14+
# rAmCharts4 1.4.1 (2021-09-30)
15+
16+
* Fixed a bug: `amPercentageBarChart` did not work with Shiny.
17+
* New function `updateAmPercentageBarChart`, to update the data of a 100%
18+
stacked bar chart in Shiny.
19+
* Enabled the data exporting (CSV, JSON, HTML).
20+
* Upgraded 'amcharts4'.
21+
22+
23+
# rAmCharts4 1.4.0 (2021-09-11)
24+
25+
Added the 100% stacked bar chart (`amPercentageBarChart`).
26+
27+
28+
# rAmCharts4 1.3.2 (2021-06-25)
29+
30+
* Updated 'amcharts4'.
31+
* Fixed bug #10 (chart did not dispose when using `renderUI`).
32+
33+
34+
# rAmCharts4 1.3.1 (2021-03-06)
35+
36+
* Updated 'amcharts4'.
37+
* Compliance with the new 'htmlwidgets' convention.
38+
39+
40+
# rAmCharts4 1.3.0 (2021-01-11)
41+
42+
* New options for legends: `maxWidth`, `maxHeight`, and `scrollable`.
43+
* New chart: pie chart.
44+
45+
46+
# rAmCharts4 1.2.0 (2020-11-27)
47+
48+
* Updated 'amcharts4'.
49+
* New option `colors` in `amStackedBarChart`, to set the colors of the bars.
50+
* Possibility to add horizontal lines or vertical lines to the charts (options
51+
`hline` and `vline`).
52+
* New chart: boxplot chart.
53+
54+
55+
# rAmCharts4 1.1.0 (2020-10-30)
56+
57+
* Updated 'amcharts4'.
58+
* New chart: stacked bar chart.
59+
* New function `updateAmBarChart`, to update the data of a bar chart in Shiny
60+
(vertical, horizontal, radial, or stacked bar chart).
61+
62+
63+
# rAmCharts4 1.0.0 (2020-10-01)
64+
65+
* Updated 'amcharts4'.
66+
* New chart: gauge chart.
67+
68+
69+
# rAmCharts4 0.1.0 (2020-08-24)
70+
71+
First release.

cran-comments.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## Test environments
2-
3-
* Windows 10, R 4.1.1
4-
* win-builder
5-
6-
7-
## R CMD check results
8-
9-
OK
1+
## Test environments
2+
3+
* Linux Mint 20.3, R 4.2.1
4+
* win-builder devel
5+
6+
7+
## R CMD check results
8+
9+
OK

0 commit comments

Comments
 (0)