README.md

LOG CHANGE

rAmCharts 2.1.10 (based on [amcharts][amcharts_url] version 3.21.13)

rAmCharts 2.1.9 (based on [amcharts][amcharts_url] version 3.21.13)

rAmCharts 2.1.8 (based on AmCharts version 3.21.13)

rAmCharts 2.1.7 (based on AmCharts version 3.20.18)

Introduction

This package allows to draw interactive charts from the JavaScript library AmCharts using Hmtlwidgets.

Currently available chart types: funnel, gantt, gauge, pie, radar, serial, stock, xy.

Please refer to this page https://datastorm-open.github.io/introduction_ramcharts/, you will find several examples and a quick tutorial.

Moreover, full AmCharts API is available in the package using amChartsAPI().

Installation

The version 2.1.7 is available on CRAN:

```{r, eval=FALSE} install.packages("rAmCharts")


To install the "dev version", run the following code lines:

```{r, eval = FALSE}
if (!require(devtools)) {
  install.packages("devtools")
} else {}

devtools::install_github("datastorm-open/rAmCharts")

NB:

Known issues

```{r, eval = FALSE} library(rAmCharts) data(iris)

amHist(iris$Sepal.Length, freq = FALSE, breaks = 30, col = "gray", path = "https://www.amcharts.com/lib/3")

path = system.file("htmlwidgets/lib", package = "rAmCharts"))

```



DataKnowledge/rAmCharts documentation built on Oct. 3, 2022, 5:42 a.m.